Html Css Color HEX #0692AA Bondi Blue

📋 copy color: '#0692AA'

red 6 ◦ green 146 ◦ blue 170

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

Shades of Bondi Blue #0692AA

Tints of Bondi Blue #0692AA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.34%

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

R = 1.86%
G = 45.34%
B = 52.8%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0692AA (or 0x0692AA) is known color: Bondi Blue. HEX triplet: 06, 92 and AA. RGB value is (6,146,170). Sum of RGB (Red+Green+Blue) = 6+146+170=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #0692AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0692AA is #F96D55. Grayscale: #6A6A6A. Windows color (decimal): -16346454 or 11178502. OLE color: 11178502.

HSL color Cylindrical-coordinate representation of color #0692AA: hue angle of 188.78º 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 #0692AA is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 146 170 -
CMYK 0.96 0.14 0 0.33
HSL 188.78º 0.93% 0.35% -
HSV(B) 188.78º 0.96% 0.67% -
XYZ 17.61 23.5 41.64 -
YUV 106.88 163.62 56.05 -
System Red Green Blue C M Y K H S L
Decimal 6 146 170 0.96 0.14 0 0.33 188.78 0.93 0.35
Hex 6 92 AA 60 E 0 21 BD 5D 23
Octal 6 222 252 140 16 0 41 275 135 43
Binary 110 10010010 10101010 1100000 1110 0 100001 10111101 1011101 100011

Color Harmonies of #0692AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0692AA

Black with #0692AA

Text Example


Text Example

White with #0692AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0692AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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