Html Css Color HEX #065244 Cyprus

📋 copy color: '#065244'

red 6 ◦ green 82 ◦ blue 68

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

Shades of Cyprus #065244

Tints of Cyprus #065244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 43.59%

R = 3.85%
G = 52.56%
B = 43.59%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#065244 (or 0x065244) is known color: Cyprus. HEX triplet: 06, 52 and 44. RGB value is (6,82,68). Sum of RGB (Red+Green+Blue) = 6+82+68=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 68 (26.95% from 255 or 43.59% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #065244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065244 is #F9ADBB. Grayscale: #393939. Windows color (decimal): -16362940 or 4477446. OLE color: 4477446.

HSL color Cylindrical-coordinate representation of color #065244: hue angle of 168.95º 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 #065244 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 82 68 -
CMYK 0.93 0 0.17 0.68
HSL 168.95º 0.86% 0.17% -
HSV(B) 168.95º 0.93% 0.32% -
XYZ 4.14 6.49 6.5 -
YUV 57.68 133.82 91.14 -
System Red Green Blue C M Y K H S L
Decimal 6 82 68 0.93 0 0.17 0.68 168.95 0.86 0.17
Hex 6 52 44 5D 0 11 44 A9 56 11
Octal 6 122 104 135 0 21 104 251 126 21
Binary 110 1010010 1000100 1011101 0 10001 1000100 10101001 1010110 10001

Color Harmonies of #065244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065244

Black with #065244

Text Example


Text Example

White with #065244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065244; }

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

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

background-color css

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

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

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

border-color css

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

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

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