Html Css Color HEX #064045 Cyprus

📋 copy color: '#064045'

red 6 ◦ green 64 ◦ blue 69

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

Shades of Cyprus #064045

Tints of Cyprus #064045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 49.64%

R = 4.32%
G = 46.04%
B = 49.64%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#064045 (or 0x064045) is known color: Cyprus. HEX triplet: 06, 40 and 45. RGB value is (6,64,69). Sum of RGB (Red+Green+Blue) = 6+64+69=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 69 (27.34% from 255 or 49.64% from 139); Max value from RGB is 69 - color contains mainly: blue. Hex color #064045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064045 is #F9BFBA. Grayscale: #2F2F2F. Windows color (decimal): -16367547 or 4538374. OLE color: 4538374.

HSL color Cylindrical-coordinate representation of color #064045: hue angle of 184.76º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064045 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 64 69 -
CMYK 0.91 0.07 0 0.73
HSL 184.76º 0.84% 0.15% -
HSV(B) 184.76º 0.91% 0.27% -
XYZ 2.98 4.14 6.27 -
YUV 47.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 6 64 69 0.91 0.07 0 0.73 184.76 0.84 0.15
Hex 6 40 45 5B 7 0 49 B9 54 F
Octal 6 100 105 133 7 0 111 271 124 17
Binary 110 1000000 1000101 1011011 111 0 1001001 10111001 1010100 1111

Color Harmonies of #064045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064045

Black with #064045

Text Example


Text Example

White with #064045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064045; }

 p { color: rgb(6,64,69); }

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

background-color css

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

 a { background-color: rgb(6,64,69); }

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

border-color css

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

 span { border-color: rgb(6,64,69); }

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