Html Css Color HEX #065246 Cyprus

📋 copy color: '#065246'

red 6 ◦ green 82 ◦ blue 70

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

Shades of Cyprus #065246

Tints of Cyprus #065246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 51.9%

 BLUE value IS 70 (27.73% from 255) = 44.3%

R = 3.8%
G = 51.9%
B = 44.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#065246 (or 0x065246) is known color: Cyprus. HEX triplet: 06, 52 and 46. RGB value is (6,82,70). Sum of RGB (Red+Green+Blue) = 6+82+70=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #065246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065246 is #F9ADB9. Grayscale: #393939. Windows color (decimal): -16362938 or 4608518. OLE color: 4608518.

HSL color Cylindrical-coordinate representation of color #065246: hue angle of 170.53º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065246 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 82 70 -
CMYK 0.93 0 0.15 0.68
HSL 170.53º 0.86% 0.17% -
HSV(B) 170.53º 0.93% 0.32% -
XYZ 4.2 6.52 6.83 -
YUV 57.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 6 82 70 0.93 0 0.15 0.68 170.53 0.86 0.17
Hex 6 52 46 5D 0 F 44 AB 56 11
Octal 6 122 106 135 0 17 104 253 126 21
Binary 110 1010010 1000110 1011101 0 1111 1000100 10101011 1010110 10001

Color Harmonies of #065246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065246

Black with #065246

Text Example


Text Example

White with #065246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065246; }

 p { color: rgb(6,82,70); }

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

background-color css

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

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

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

border-color css

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

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

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