Html Css Color HEX #69348B Kingfisher Daisy

📋 copy color: '#69348B'

red 105 ◦ green 52 ◦ blue 139

#69348B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #69348B

Tints of Kingfisher Daisy #69348B

RGB

 RED value IS 105 (41.41% from 255) = 35.47%

 GREEN value IS 52 (20.7% from 255) = 17.57%

 BLUE value IS 139 (54.69% from 255) = 46.96%

R = 35.47%
G = 17.57%
B = 46.96%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#69348B (or 0x69348B) is known color: Kingfisher Daisy. HEX triplet: 69, 34 and 8B. RGB value is (105,52,139). Sum of RGB (Red+Green+Blue) = 105+52+139=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #69348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69348B is #96CB74. Grayscale: #4D4D4D. Windows color (decimal): -9882485 or 9122921. OLE color: 9122921.

HSL color Cylindrical-coordinate representation of color #69348B: hue angle of 276.55º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69348B is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 52 139 -
CMYK 0.24 0.63 0 0.45
HSL 276.55º 0.46% 0.37% -
HSV(B) 276.55º 0.63% 0.55% -
XYZ 11.71 7.32 25.22 -
YUV 77.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 105 52 139 0.24 0.63 0 0.45 276.55 0.46 0.37
Hex 69 34 8B 18 3F 0 2D 115 2E 25
Octal 151 64 213 30 77 0 55 425 56 45
Binary 1101001 110100 10001011 11000 111111 0 101101 100010101 101110 100101

Color Harmonies of #69348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69348B

Black with #69348B

Text Example


Text Example

White with #69348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69348B; }

 p { color: rgb(105,52,139); }

 H1.HeaderClassName
 {
   color: #69348B;
 }
 .AnyTagClassName
 {
   color: #69348B;
 }
</style>

background-color css

<style>
 a { background-color: #69348B; }

 a { background-color: rgb(105,52,139); }

 div.DivClassName
 {
   background-color: #69348B;
 }
 .BgClassName
 {
   background-color: #69348B;
 }
</style>

border-color css

<style>
 span { border-color: #69348B; }

 span { border-color: rgb(105,52,139); }

 td.TdClassName
 {
   border-color: #69348B;
 }
 .TagClassName
 {
   border-color: #69348B;
 }
</style>