Html Css Color HEX #065345 Cyprus

📋 copy color: '#065345'

red 6 ◦ green 83 ◦ blue 69

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

Shades of Cyprus #065345

Tints of Cyprus #065345

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.53%

 BLUE value IS 69 (27.34% from 255) = 43.67%

R = 3.8%
G = 52.53%
B = 43.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#065345 (or 0x065345) is known color: Cyprus. HEX triplet: 06, 53 and 45. RGB value is (6,83,69). Sum of RGB (Red+Green+Blue) = 6+83+69=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #065345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065345 is #F9ACBA. Grayscale: #3A3A3A. Windows color (decimal): -16362683 or 4543238. OLE color: 4543238.

HSL color Cylindrical-coordinate representation of color #065345: hue angle of 169.09º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065345 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 83 69 -
CMYK 0.93 0 0.17 0.67
HSL 169.09º 0.87% 0.17% -
HSV(B) 169.09º 0.93% 0.33% -
XYZ 4.24 6.65 6.69 -
YUV 58.38 133.99 90.64 -
System Red Green Blue C M Y K H S L
Decimal 6 83 69 0.93 0 0.17 0.67 169.09 0.87 0.17
Hex 6 53 45 5D 0 11 43 A9 57 11
Octal 6 123 105 135 0 21 103 251 127 21
Binary 110 1010011 1000101 1011101 0 10001 1000011 10101001 1010111 10001

Color Harmonies of #065345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065345

Black with #065345

Text Example


Text Example

White with #065345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065345; }

 p { color: rgb(6,83,69); }

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

background-color css

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

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

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

border-color css

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

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

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