Html Css Color HEX #063941 Cyprus

📋 copy color: '#063941'

red 6 ◦ green 57 ◦ blue 65

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

Shades of Cyprus #063941

Tints of Cyprus #063941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 50.78%

R = 4.69%
G = 44.53%
B = 50.78%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#063941 (or 0x063941) is known color: Cyprus. HEX triplet: 06, 39 and 41. RGB value is (6,57,65). Sum of RGB (Red+Green+Blue) = 6+57+65=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #063941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063941 is #F9C6BE. Grayscale: #2A2A2A. Windows color (decimal): -16369343 or 4274438. OLE color: 4274438.

HSL color Cylindrical-coordinate representation of color #063941: hue angle of 188.14º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063941 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 57 65 -
CMYK 0.91 0.12 0 0.75
HSL 188.14º 0.83% 0.14% -
HSV(B) 188.14º 0.91% 0.25% -
XYZ 2.49 3.35 5.52 -
YUV 42.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 6 57 65 0.91 0.12 0 0.75 188.14 0.83 0.14
Hex 6 39 41 5B C 0 4B BC 53 E
Octal 6 71 101 133 14 0 113 274 123 16
Binary 110 111001 1000001 1011011 1100 0 1001011 10111100 1010011 1110

Color Harmonies of #063941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063941

Black with #063941

Text Example


Text Example

White with #063941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063941; }

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

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

background-color css

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

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

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

border-color css

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

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

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