Html Css Color HEX #60427D Kingfisher Daisy

📋 copy color: '#60427D'

red 96 ◦ green 66 ◦ blue 125

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

Shades of Kingfisher Daisy #60427D

Tints of Kingfisher Daisy #60427D

RGB

 RED value IS 96 (37.89% from 255) = 33.45%

 GREEN value IS 66 (26.17% from 255) = 23%

 BLUE value IS 125 (49.22% from 255) = 43.55%

R = 33.45%
G = 23%
B = 43.55%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60427D (or 0x60427D) is known color: Kingfisher Daisy. HEX triplet: 60, 42 and 7D. RGB value is (96,66,125). Sum of RGB (Red+Green+Blue) = 96+66+125=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #60427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60427D is #9FBD82. Grayscale: #515151. Windows color (decimal): -10468739 or 8208992. OLE color: 8208992.

HSL color Cylindrical-coordinate representation of color #60427D: hue angle of 270.51º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60427D is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 66 125 -
CMYK 0.23 0.47 0 0.51
HSL 270.51º 0.31% 0.37% -
HSV(B) 270.51º 0.47% 0.49% -
XYZ 10.47 7.86 20.37 -
YUV 81.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 96 66 125 0.23 0.47 0 0.51 270.51 0.31 0.37
Hex 60 42 7D 17 2F 0 33 10F 1F 25
Octal 140 102 175 27 57 0 63 417 37 45
Binary 1100000 1000010 1111101 10111 101111 0 110011 100001111 11111 100101

Color Harmonies of #60427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60427D

Black with #60427D

Text Example


Text Example

White with #60427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60427D; }

 p { color: rgb(96,66,125); }

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

background-color css

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

 a { background-color: rgb(96,66,125); }

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

border-color css

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

 span { border-color: rgb(96,66,125); }

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