Html Css Color HEX #662285 Kingfisher Daisy

📋 copy color: '#662285'

red 102 ◦ green 34 ◦ blue 133

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

Shades of Kingfisher Daisy #662285

Tints of Kingfisher Daisy #662285

RGB

 RED value IS 102 (40.23% from 255) = 37.92%

 GREEN value IS 34 (13.67% from 255) = 12.64%

 BLUE value IS 133 (52.34% from 255) = 49.44%

R = 37.92%
G = 12.64%
B = 49.44%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#662285 (or 0x662285) is known color: Kingfisher Daisy. HEX triplet: 66, 22 and 85. RGB value is (102,34,133). Sum of RGB (Red+Green+Blue) = 102+34+133=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #662285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662285 is #99DD7A. Grayscale: #414141. Windows color (decimal): -10083707 or 8725094. OLE color: 8725094.

HSL color Cylindrical-coordinate representation of color #662285: hue angle of 281.21º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #662285 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 34 133 -
CMYK 0.23 0.74 0 0.48
HSL 281.21º 0.59% 0.33% -
HSV(B) 281.21º 0.74% 0.52% -
XYZ 10.29 5.66 22.74 -
YUV 65.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 102 34 133 0.23 0.74 0 0.48 281.21 0.59 0.33
Hex 66 22 85 17 4A 0 30 119 3B 21
Octal 146 42 205 27 112 0 60 431 73 41
Binary 1100110 100010 10000101 10111 1001010 0 110000 100011001 111011 100001

Color Harmonies of #662285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662285

Black with #662285

Text Example


Text Example

White with #662285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662285; }

 p { color: rgb(102,34,133); }

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

background-color css

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

 a { background-color: rgb(102,34,133); }

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

border-color css

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

 span { border-color: rgb(102,34,133); }

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