Html Css Color HEX #624082 Kingfisher Daisy

📋 copy color: '#624082'

red 98 ◦ green 64 ◦ blue 130

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

Shades of Kingfisher Daisy #624082

Tints of Kingfisher Daisy #624082

RGB

 RED value IS 98 (38.67% from 255) = 33.56%

 GREEN value IS 64 (25.39% from 255) = 21.92%

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

R = 33.56%
G = 21.92%
B = 44.52%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#624082 (or 0x624082) is known color: Kingfisher Daisy. HEX triplet: 62, 40 and 82. RGB value is (98,64,130). Sum of RGB (Red+Green+Blue) = 98+64+130=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #624082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624082 is #9DBF7D. Grayscale: #515151. Windows color (decimal): -10338174 or 8536162. OLE color: 8536162.

HSL color Cylindrical-coordinate representation of color #624082: hue angle of 270.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #624082 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 64 130 -
CMYK 0.25 0.51 0 0.49
HSL 270.91º 0.34% 0.38% -
HSV(B) 270.91º 0.51% 0.51% -
XYZ 10.9 7.88 22.06 -
YUV 81.69 155.26 139.63 -
System Red Green Blue C M Y K H S L
Decimal 98 64 130 0.25 0.51 0 0.49 270.91 0.34 0.38
Hex 62 40 82 19 33 0 31 10F 22 26
Octal 142 100 202 31 63 0 61 417 42 46
Binary 1100010 1000000 10000010 11001 110011 0 110001 100001111 100010 100110

Color Harmonies of #624082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624082

Black with #624082

Text Example


Text Example

White with #624082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624082; }

 p { color: rgb(98,64,130); }

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

background-color css

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

 a { background-color: rgb(98,64,130); }

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

border-color css

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

 span { border-color: rgb(98,64,130); }

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