Html Css Color HEX #064445 Cyprus

📋 copy color: '#064445'

red 6 ◦ green 68 ◦ blue 69

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

Shades of Cyprus #064445

Tints of Cyprus #064445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.55%

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

R = 4.2%
G = 47.55%
B = 48.25%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#064445 (or 0x064445) is known color: Cyprus. HEX triplet: 06, 44 and 45. RGB value is (6,68,69). Sum of RGB (Red+Green+Blue) = 6+68+69=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 69 - color contains mainly: blue. Hex color #064445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064445 is #F9BBBA. Grayscale: #313131. Windows color (decimal): -16366523 or 4539398. OLE color: 4539398.

HSL color Cylindrical-coordinate representation of color #064445: hue angle of 180.95º 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 #064445 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 68 69 -
CMYK 0.91 0.01 0 0.73
HSL 180.95º 0.84% 0.15% -
HSV(B) 180.95º 0.91% 0.27% -
XYZ 3.22 4.6 6.35 -
YUV 49.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 6 68 69 0.91 0.01 0 0.73 180.95 0.84 0.15
Hex 6 44 45 5B 1 0 49 B5 54 F
Octal 6 104 105 133 1 0 111 265 124 17
Binary 110 1000100 1000101 1011011 1 0 1001001 10110101 1010100 1111

Color Harmonies of #064445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064445

Black with #064445

Text Example


Text Example

White with #064445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064445; }

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

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

background-color css

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

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

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

border-color css

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

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

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