Html Css Color HEX #064443 Cyprus

📋 copy color: '#064443'

red 6 ◦ green 68 ◦ blue 67

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

Shades of Cyprus #064443

Tints of Cyprus #064443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 47.52%

R = 4.26%
G = 48.23%
B = 47.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#064443 (or 0x064443) is known color: Cyprus. HEX triplet: 06, 44 and 43. RGB value is (6,68,67). Sum of RGB (Red+Green+Blue) = 6+68+67=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #064443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064443 is #F9BBBC. Grayscale: #313131. Windows color (decimal): -16366525 or 4408326. OLE color: 4408326.

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

Color convert

RGB 6 68 67 -
CMYK 0.91 0 0.01 0.73
HSL 179.03º 0.84% 0.15% -
HSV(B) 179.03º 0.91% 0.27% -
XYZ 3.16 4.58 6.03 -
YUV 49.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 6 68 67 0.91 0 0.01 0.73 179.03 0.84 0.15
Hex 6 44 43 5B 0 1 49 B3 54 F
Octal 6 104 103 133 0 1 111 263 124 17
Binary 110 1000100 1000011 1011011 0 1 1001001 10110011 1010100 1111

Color Harmonies of #064443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064443

Black with #064443

Text Example


Text Example

White with #064443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064443; }

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

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

background-color css

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

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

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

border-color css

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

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

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