Html Css Color HEX #064242 Cyprus

📋 copy color: '#064242'

red 6 ◦ green 66 ◦ blue 66

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

Shades of Cyprus #064242

Tints of Cyprus #064242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.83%

 BLUE value IS 66 (26.17% from 255) = 47.83%

R = 4.35%
G = 47.83%
B = 47.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#064242 (or 0x064242) is known color: Cyprus. HEX triplet: 06, 42 and 42. RGB value is (6,66,66). Sum of RGB (Red+Green+Blue) = 6+66+66=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #064242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064242 is #F9BDBD. Grayscale: #2F2F2F. Windows color (decimal): -16367038 or 4342278. OLE color: 4342278.

HSL color Cylindrical-coordinate representation of color #064242: hue angle of 180º degrees, saturation: 0.83, 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 #064242 is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 66 66 -
CMYK 0.91 0 0 0.74
HSL 180º 0.83% 0.14% -
HSV(B) 180º 0.91% 0.26% -
XYZ 3.01 4.33 5.83 -
YUV 48.06 138.12 98 -
System Red Green Blue C M Y K H S L
Decimal 6 66 66 0.91 0 0 0.74 180 0.83 0.14
Hex 6 42 42 5B 0 0 4A B4 53 E
Octal 6 102 102 133 0 0 112 264 123 16
Binary 110 1000010 1000010 1011011 0 0 1001010 10110100 1010011 1110

Color Harmonies of #064242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064242

Black with #064242

Text Example


Text Example

White with #064242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064242; }

 p { color: rgb(6,66,66); }

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

background-color css

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

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

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

border-color css

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

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

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