Html Css Color HEX #602D8B Kingfisher Daisy

📋 copy color: '#602D8B'

red 96 ◦ green 45 ◦ blue 139

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

Shades of Kingfisher Daisy #602D8B

Tints of Kingfisher Daisy #602D8B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.07%

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

R = 34.29%
G = 16.07%
B = 49.64%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#602D8B (or 0x602D8B) is known color: Kingfisher Daisy. HEX triplet: 60, 2D and 8B. RGB value is (96,45,139). Sum of RGB (Red+Green+Blue) = 96+45+139=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #602D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602D8B is #9FD274. Grayscale: #464646. Windows color (decimal): -10474101 or 9121120. OLE color: 9121120.

HSL color Cylindrical-coordinate representation of color #602D8B: hue angle of 272.55º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #602D8B is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 45 139 -
CMYK 0.31 0.68 0 0.45
HSL 272.55º 0.51% 0.36% -
HSV(B) 272.55º 0.68% 0.55% -
XYZ 10.42 6.23 25.08 -
YUV 70.97 166.4 145.86 -
System Red Green Blue C M Y K H S L
Decimal 96 45 139 0.31 0.68 0 0.45 272.55 0.51 0.36
Hex 60 2D 8B 1F 44 0 2D 111 33 24
Octal 140 55 213 37 104 0 55 421 63 44
Binary 1100000 101101 10001011 11111 1000100 0 101101 100010001 110011 100100

Color Harmonies of #602D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D8B

Black with #602D8B

Text Example


Text Example

White with #602D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602D8B; }

 p { color: rgb(96,45,139); }

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

background-color css

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

 a { background-color: rgb(96,45,139); }

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

border-color css

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

 span { border-color: rgb(96,45,139); }

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