Html Css Color HEX #069CBA Bondi Blue

📋 copy color: '#069CBA'

red 6 ◦ green 156 ◦ blue 186

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

Shades of Bondi Blue #069CBA

Tints of Bondi Blue #069CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 1.72%
G = 44.83%
B = 53.45%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#069CBA (or 0x069CBA) is known color: Bondi Blue. HEX triplet: 06, 9C and BA. RGB value is (6,156,186). Sum of RGB (Red+Green+Blue) = 6+156+186=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #069CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069CBA is #F96345. Grayscale: #727272. Windows color (decimal): -16343878 or 12229638. OLE color: 12229638.

HSL color Cylindrical-coordinate representation of color #069CBA: hue angle of 190º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069CBA is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 156 186 -
CMYK 0.97 0.16 0 0.27
HSL 190º 0.94% 0.38% -
HSV(B) 190º 0.97% 0.73% -
XYZ 20.83 27.36 50.64 -
YUV 114.57 168.31 50.56 -
System Red Green Blue C M Y K H S L
Decimal 6 156 186 0.97 0.16 0 0.27 190 0.94 0.38
Hex 6 9C BA 61 10 0 1B BE 5E 26
Octal 6 234 272 141 20 0 33 276 136 46
Binary 110 10011100 10111010 1100001 10000 0 11011 10111110 1011110 100110

Color Harmonies of #069CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069CBA

Black with #069CBA

Text Example


Text Example

White with #069CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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