Html Css Color HEX #069BA0 Persian Green

📋 copy color: '#069BA0'

red 6 ◦ green 155 ◦ blue 160

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

Shades of Persian Green #069BA0

Tints of Persian Green #069BA0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.29%

 BLUE value IS 160 (62.89% from 255) = 49.84%

R = 1.87%
G = 48.29%
B = 49.84%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#069BA0 (or 0x069BA0) is known color: Persian Green. HEX triplet: 06, 9B and A0. RGB value is (6,155,160). Sum of RGB (Red+Green+Blue) = 6+155+160=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 160 (62.89% from 255 or 49.84% from 321); Max value from RGB is 160 - color contains mainly: blue. Hex color #069BA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069BA0 is #F9645F. Grayscale: #6E6E6E. Windows color (decimal): -16344160 or 10525446. OLE color: 10525446.

HSL color Cylindrical-coordinate representation of color #069BA0: hue angle of 181.95º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069BA0 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 6 155 160 -
CMYK 0.96 0.03 0 0.37
HSL 181.95º 0.93% 0.33% -
HSV(B) 181.95º 0.96% 0.63% -
XYZ 18.14 26.02 37.32 -
YUV 111.02 155.64 53.09 -
System Red Green Blue C M Y K H S L
Decimal 6 155 160 0.96 0.03 0 0.37 181.95 0.93 0.33
Hex 6 9B A0 60 3 0 25 B6 5D 21
Octal 6 233 240 140 3 0 45 266 135 41
Binary 110 10011011 10100000 1100000 11 0 100101 10110110 1011101 100001

Color Harmonies of #069BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069BA0

Black with #069BA0

Text Example


Text Example

White with #069BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069BA0; }

 p { color: rgb(6,155,160); }

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

background-color css

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

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

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

border-color css

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

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

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