Html Css Color HEX #064043 Cyprus

📋 copy color: '#064043'

red 6 ◦ green 64 ◦ blue 67

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

Shades of Cyprus #064043

Tints of Cyprus #064043

RGB

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

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

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

R = 4.38%
G = 46.72%
B = 48.91%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#064043 (or 0x064043) is known color: Cyprus. HEX triplet: 06, 40 and 43. RGB value is (6,64,67). Sum of RGB (Red+Green+Blue) = 6+64+67=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 67 - color contains mainly: blue. Hex color #064043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064043 is #F9BFBC. Grayscale: #2E2E2E. Windows color (decimal): -16367549 or 4407302. OLE color: 4407302.

HSL color Cylindrical-coordinate representation of color #064043: hue angle of 182.95º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064043 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 64 67 -
CMYK 0.91 0.04 0 0.74
HSL 182.95º 0.84% 0.14% -
HSV(B) 182.95º 0.91% 0.26% -
XYZ 2.92 4.11 5.95 -
YUV 47 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 6 64 67 0.91 0.04 0 0.74 182.95 0.84 0.14
Hex 6 40 43 5B 4 0 4A B7 54 E
Octal 6 100 103 133 4 0 112 267 124 16
Binary 110 1000000 1000011 1011011 100 0 1001010 10110111 1010100 1110

Color Harmonies of #064043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064043

Black with #064043

Text Example


Text Example

White with #064043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064043; }

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

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

background-color css

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

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

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

border-color css

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

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

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