Html Css Color HEX #604382 Kingfisher Daisy

📋 copy color: '#604382'

red 96 ◦ green 67 ◦ blue 130

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

Shades of Kingfisher Daisy #604382

Tints of Kingfisher Daisy #604382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.87%

 BLUE value IS 130 (51.17% from 255) = 44.37%

R = 32.76%
G = 22.87%
B = 44.37%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#604382 (or 0x604382) is known color: Kingfisher Daisy. HEX triplet: 60, 43 and 82. RGB value is (96,67,130). Sum of RGB (Red+Green+Blue) = 96+67+130=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #604382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604382 is #9FBC7D. Grayscale: #525252. Windows color (decimal): -10468478 or 8536928. OLE color: 8536928.

HSL color Cylindrical-coordinate representation of color #604382: hue angle of 267.62º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #604382 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 67 130 -
CMYK 0.26 0.48 0 0.49
HSL 267.62º 0.32% 0.39% -
HSV(B) 267.62º 0.48% 0.51% -
XYZ 10.86 8.11 22.11 -
YUV 82.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 96 67 130 0.26 0.48 0 0.49 267.62 0.32 0.39
Hex 60 43 82 1A 30 0 31 10C 20 27
Octal 140 103 202 32 60 0 61 414 40 47
Binary 1100000 1000011 10000010 11010 110000 0 110001 100001100 100000 100111

Color Harmonies of #604382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604382

Black with #604382

Text Example


Text Example

White with #604382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604382; }

 p { color: rgb(96,67,130); }

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

background-color css

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

 a { background-color: rgb(96,67,130); }

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

border-color css

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

 span { border-color: rgb(96,67,130); }

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