Html Css Color HEX #634082 Kingfisher Daisy

📋 copy color: '#634082'

red 99 ◦ green 64 ◦ blue 130

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

Shades of Kingfisher Daisy #634082

Tints of Kingfisher Daisy #634082

RGB

 RED value IS 99 (39.06% from 255) = 33.79%

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

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

R = 33.79%
G = 21.84%
B = 44.37%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#634082 (or 0x634082) is known color: Kingfisher Daisy. HEX triplet: 63, 40 and 82. RGB value is (99,64,130). Sum of RGB (Red+Green+Blue) = 99+64+130=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 64 (25.39% from 255 or 21.84% 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 #634082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634082 is #9CBF7D. Grayscale: #515151. Windows color (decimal): -10272638 or 8536163. OLE color: 8536163.

HSL color Cylindrical-coordinate representation of color #634082: hue angle of 271.82º 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 #634082 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 64 130 -
CMYK 0.24 0.51 0 0.49
HSL 271.82º 0.34% 0.38% -
HSV(B) 271.82º 0.51% 0.51% -
XYZ 11.01 7.93 22.07 -
YUV 81.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 99 64 130 0.24 0.51 0 0.49 271.82 0.34 0.38
Hex 63 40 82 18 33 0 31 110 22 26
Octal 143 100 202 30 63 0 61 420 42 46
Binary 1100011 1000000 10000010 11000 110011 0 110001 100010000 100010 100110

Color Harmonies of #634082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634082

Black with #634082

Text Example


Text Example

White with #634082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634082; }

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

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

background-color css

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

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

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

border-color css

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

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

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