Html Css Color HEX #064CC9 Denim

📋 copy color: '#064CC9'

red 6 ◦ green 76 ◦ blue 201

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

Shades of Denim #064CC9

Tints of Denim #064CC9

RGB

 RED value IS 6 (2.73% from 255) = 2.12%

 GREEN value IS 76 (30.08% from 255) = 26.86%

 BLUE value IS 201 (78.91% from 255) = 71.02%

R = 2.12%
G = 26.86%
B = 71.02%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#064CC9 (or 0x064CC9) is known color: Denim. HEX triplet: 06, 4C and C9. RGB value is (6,76,201). Sum of RGB (Red+Green+Blue) = 6+76+201=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 201 (78.91% from 255 or 71.02% from 283); Max value from RGB is 201 - color contains mainly: blue. Hex color #064CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CC9 is #F9B336. Grayscale: #444444. Windows color (decimal): -16364343 or 13192198. OLE color: 13192198.

HSL color Cylindrical-coordinate representation of color #064CC9: hue angle of 218.46º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064CC9 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 6 76 201 -
CMYK 0.97 0.62 0 0.21
HSL 218.46º 0.94% 0.41% -
HSV(B) 218.46º 0.97% 0.79% -
XYZ 13.2 9.42 56.38 -
YUV 69.32 202.31 82.84 -
System Red Green Blue C M Y K H S L
Decimal 6 76 201 0.97 0.62 0 0.21 218.46 0.94 0.41
Hex 6 4C C9 61 3E 0 15 DA 5E 29
Octal 6 114 311 141 76 0 25 332 136 51
Binary 110 1001100 11001001 1100001 111110 0 10101 11011010 1011110 101001

Color Harmonies of #064CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CC9

Black with #064CC9

Text Example


Text Example

White with #064CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064CC9; }

 p { color: rgb(6,76,201); }

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

background-color css

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

 a { background-color: rgb(6,76,201); }

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

border-color css

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

 span { border-color: rgb(6,76,201); }

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