Html Css Color HEX #069CAC Bondi Blue

📋 copy color: '#069CAC'

red 6 ◦ green 156 ◦ blue 172

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

Shades of Bondi Blue #069CAC

Tints of Bondi Blue #069CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.5%

R = 1.8%
G = 46.71%
B = 51.5%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#069CAC (or 0x069CAC) is known color: Bondi Blue. HEX triplet: 06, 9C and AC. RGB value is (6,156,172). Sum of RGB (Red+Green+Blue) = 6+156+172=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #069CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069CAC is #F96353. Grayscale: #707070. Windows color (decimal): -16343892 or 11312134. OLE color: 11312134.

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

Color convert

RGB 6 156 172 -
CMYK 0.97 0.09 0 0.33
HSL 185.78º 0.93% 0.35% -
HSV(B) 185.78º 0.97% 0.67% -
XYZ 19.41 26.79 43.18 -
YUV 112.97 161.31 51.7 -
System Red Green Blue C M Y K H S L
Decimal 6 156 172 0.97 0.09 0 0.33 185.78 0.93 0.35
Hex 6 9C AC 61 9 0 21 BA 5D 23
Octal 6 234 254 141 11 0 41 272 135 43
Binary 110 10011100 10101100 1100001 1001 0 100001 10111010 1011101 100011

Color Harmonies of #069CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069CAC

Black with #069CAC

Text Example


Text Example

White with #069CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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