Html Css Color HEX #063635 Cyprus

📋 copy color: '#063635'

red 6 ◦ green 54 ◦ blue 53

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

Shades of Cyprus #063635

Tints of Cyprus #063635

RGB

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

 GREEN value IS 54 (21.48% from 255) = 47.79%

 BLUE value IS 53 (21.09% from 255) = 46.9%

R = 5.31%
G = 47.79%
B = 46.9%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#063635 (or 0x063635) is known color: Cyprus. HEX triplet: 06, 36 and 35. RGB value is (6,54,53). Sum of RGB (Red+Green+Blue) = 6+54+53=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 54 - color contains mainly: green. Hex color #063635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063635 is #F9C9CA. Grayscale: #272727. Windows color (decimal): -16370123 or 3487238. OLE color: 3487238.

HSL color Cylindrical-coordinate representation of color #063635: hue angle of 178.75º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063635 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB 6 54 53 -
CMYK 0.89 0 0.02 0.79
HSL 178.75º 0.8% 0.12% -
HSV(B) 178.75º 0.89% 0.21% -
XYZ 2.04 2.93 3.83 -
YUV 39.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 6 54 53 0.89 0 0.02 0.79 178.75 0.8 0.12
Hex 6 36 35 59 0 2 4F B3 50 C
Octal 6 66 65 131 0 2 117 263 120 14
Binary 110 110110 110101 1011001 0 10 1001111 10110011 1010000 1100

Color Harmonies of #063635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063635

Black with #063635

Text Example


Text Example

White with #063635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063635; }

 p { color: rgb(6,54,53); }

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

background-color css

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

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

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

border-color css

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

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

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