Html Css Color HEX #0692AF Bondi Blue

📋 copy color: '#0692AF'

red 6 ◦ green 146 ◦ blue 175

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

Shades of Bondi Blue #0692AF

Tints of Bondi Blue #0692AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.52%

R = 1.83%
G = 44.65%
B = 53.52%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0692AF (or 0x0692AF) is known color: Bondi Blue. HEX triplet: 06, 92 and AF. RGB value is (6,146,175). Sum of RGB (Red+Green+Blue) = 6+146+175=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #0692AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0692AF is #F96D50. Grayscale: #6B6B6B. Windows color (decimal): -16346449 or 11506182. OLE color: 11506182.

HSL color Cylindrical-coordinate representation of color #0692AF: hue angle of 190.3º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0692AF is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 6 146 175 -
CMYK 0.97 0.17 0 0.31
HSL 190.3º 0.93% 0.35% -
HSV(B) 190.3º 0.97% 0.69% -
XYZ 18.09 23.69 44.18 -
YUV 107.45 166.12 55.64 -
System Red Green Blue C M Y K H S L
Decimal 6 146 175 0.97 0.17 0 0.31 190.3 0.93 0.35
Hex 6 92 AF 61 11 0 1F BE 5D 23
Octal 6 222 257 141 21 0 37 276 135 43
Binary 110 10010010 10101111 1100001 10001 0 11111 10111110 1011101 100011

Color Harmonies of #0692AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0692AF

Black with #0692AF

Text Example


Text Example

White with #0692AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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