Html Css Color HEX #063535 Cyprus

📋 copy color: '#063535'

red 6 ◦ green 53 ◦ blue 53

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

Shades of Cyprus #063535

Tints of Cyprus #063535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 47.32%

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

R = 5.36%
G = 47.32%
B = 47.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#063535 (or 0x063535) is known color: Cyprus. HEX triplet: 06, 35 and 35. RGB value is (6,53,53). Sum of RGB (Red+Green+Blue) = 6+53+53=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 53 - color contains mainly: green, blue. Hex color #063535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063535 is #F9CACA. Grayscale: #262626. Windows color (decimal): -16370379 or 3486982. OLE color: 3486982.

HSL color Cylindrical-coordinate representation of color #063535: hue angle of 180º 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 #063535 is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 6 53 53 -
CMYK 0.89 0 0 0.79
HSL 180º 0.8% 0.12% -
HSV(B) 180º 0.89% 0.21% -
XYZ 1.99 2.84 3.81 -
YUV 38.95 135.93 104.5 -
System Red Green Blue C M Y K H S L
Decimal 6 53 53 0.89 0 0 0.79 180 0.8 0.12
Hex 6 35 35 59 0 0 4F B4 50 C
Octal 6 65 65 131 0 0 117 264 120 14
Binary 110 110101 110101 1011001 0 0 1001111 10110100 1010000 1100

Color Harmonies of #063535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063535

Black with #063535

Text Example


Text Example

White with #063535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063535; }

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

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

background-color css

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

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

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

border-color css

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

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

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