Html Css Color HEX #069CAA Bondi Blue

📋 copy color: '#069CAA'

red 6 ◦ green 156 ◦ blue 170

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

Shades of Bondi Blue #069CAA

Tints of Bondi Blue #069CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.99%

 BLUE value IS 170 (66.8% from 255) = 51.2%

R = 1.81%
G = 46.99%
B = 51.2%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#069CAA (or 0x069CAA) is known color: Bondi Blue. HEX triplet: 06, 9C and AA. RGB value is (6,156,170). Sum of RGB (Red+Green+Blue) = 6+156+170=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #069CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069CAA is #F96355. Grayscale: #707070. Windows color (decimal): -16343894 or 11181062. OLE color: 11181062.

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

Color convert

RGB 6 156 170 -
CMYK 0.96 0.08 0 0.33
HSL 185.12º 0.93% 0.35% -
HSV(B) 185.12º 0.96% 0.67% -
XYZ 19.22 26.72 42.17 -
YUV 112.75 160.31 51.86 -
System Red Green Blue C M Y K H S L
Decimal 6 156 170 0.96 0.08 0 0.33 185.12 0.93 0.35
Hex 6 9C AA 60 8 0 21 B9 5D 23
Octal 6 234 252 140 10 0 41 271 135 43
Binary 110 10011100 10101010 1100000 1000 0 100001 10111001 1011101 100011

Color Harmonies of #069CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069CAA

Black with #069CAA

Text Example


Text Example

White with #069CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,156,170); }

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

background-color css

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

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

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

border-color css

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

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

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