Html Css Color HEX #063841 Cyprus

📋 copy color: '#063841'

red 6 ◦ green 56 ◦ blue 65

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

Shades of Cyprus #063841

Tints of Cyprus #063841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 44.09%

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

R = 4.72%
G = 44.09%
B = 51.18%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#063841 (or 0x063841) is known color: Cyprus. HEX triplet: 06, 38 and 41. RGB value is (6,56,65). Sum of RGB (Red+Green+Blue) = 6+56+65=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #063841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063841 is #F9C7BE. Grayscale: #292929. Windows color (decimal): -16369599 or 4274182. OLE color: 4274182.

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

Color convert

RGB 6 56 65 -
CMYK 0.91 0.14 0 0.75
HSL 189.15º 0.83% 0.14% -
HSV(B) 189.15º 0.91% 0.25% -
XYZ 2.44 3.25 5.5 -
YUV 42.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 6 56 65 0.91 0.14 0 0.75 189.15 0.83 0.14
Hex 6 38 41 5B E 0 4B BD 53 E
Octal 6 70 101 133 16 0 113 275 123 16
Binary 110 111000 1000001 1011011 1110 0 1001011 10111101 1010011 1110

Color Harmonies of #063841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063841

Black with #063841

Text Example


Text Example

White with #063841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063841; }

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

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

background-color css

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

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

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

border-color css

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

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

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