Html Css Color HEX #69338E Kingfisher Daisy

📋 copy color: '#69338E'

red 105 ◦ green 51 ◦ blue 142

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

Shades of Kingfisher Daisy #69338E

Tints of Kingfisher Daisy #69338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

 BLUE value IS 142 (55.86% from 255) = 47.65%

R = 35.23%
G = 17.11%
B = 47.65%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#69338E (or 0x69338E) is known color: Kingfisher Daisy. HEX triplet: 69, 33 and 8E. RGB value is (105,51,142). Sum of RGB (Red+Green+Blue) = 105+51+142=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #69338E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69338E is #96CC71. Grayscale: #4D4D4D. Windows color (decimal): -9882738 or 9319273. OLE color: 9319273.

HSL color Cylindrical-coordinate representation of color #69338E: hue angle of 275.6º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69338E is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 51 142 -
CMYK 0.26 0.64 0 0.44
HSL 275.6º 0.47% 0.38% -
HSV(B) 275.6º 0.64% 0.56% -
XYZ 11.89 7.32 26.38 -
YUV 77.52 164.39 147.6 -
System Red Green Blue C M Y K H S L
Decimal 105 51 142 0.26 0.64 0 0.44 275.6 0.47 0.38
Hex 69 33 8E 1A 40 0 2C 114 2F 26
Octal 151 63 216 32 100 0 54 424 57 46
Binary 1101001 110011 10001110 11010 1000000 0 101100 100010100 101111 100110

Color Harmonies of #69338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69338E

Black with #69338E

Text Example


Text Example

White with #69338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69338E; }

 p { color: rgb(105,51,142); }

 H1.HeaderClassName
 {
   color: #69338E;
 }
 .AnyTagClassName
 {
   color: #69338E;
 }
</style>

background-color css

<style>
 a { background-color: #69338E; }

 a { background-color: rgb(105,51,142); }

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

border-color css

<style>
 span { border-color: #69338E; }

 span { border-color: rgb(105,51,142); }

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