Html Css Color HEX #063942 Cyprus

📋 copy color: '#063942'

red 6 ◦ green 57 ◦ blue 66

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

Shades of Cyprus #063942

Tints of Cyprus #063942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.19%

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

R = 4.65%
G = 44.19%
B = 51.16%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#063942 (or 0x063942) is known color: Cyprus. HEX triplet: 06, 39 and 42. RGB value is (6,57,66). Sum of RGB (Red+Green+Blue) = 6+57+66=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 66 (26.17% from 255 or 51.16% from 129); Max value from RGB is 66 - color contains mainly: blue. Hex color #063942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063942 is #F9C6BD. Grayscale: #2A2A2A. Windows color (decimal): -16369342 or 4339974. OLE color: 4339974.

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

Color convert

RGB 6 57 66 -
CMYK 0.91 0.14 0 0.74
HSL 189º 0.83% 0.14% -
HSV(B) 189º 0.91% 0.26% -
XYZ 2.52 3.36 5.67 -
YUV 42.78 141.1 101.77 -
System Red Green Blue C M Y K H S L
Decimal 6 57 66 0.91 0.14 0 0.74 189 0.83 0.14
Hex 6 39 42 5B E 0 4A BD 53 E
Octal 6 71 102 133 16 0 112 275 123 16
Binary 110 111001 1000010 1011011 1110 0 1001010 10111101 1010011 1110

Color Harmonies of #063942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063942

Black with #063942

Text Example


Text Example

White with #063942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063942; }

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

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

background-color css

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

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

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

border-color css

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

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

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