Html Css Color HEX #0695AA Bondi Blue

📋 copy color: '#0695AA'

red 6 ◦ green 149 ◦ blue 170

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

Shades of Bondi Blue #0695AA

Tints of Bondi Blue #0695AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.85%

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

R = 1.85%
G = 45.85%
B = 52.31%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0695AA (or 0x0695AA) is known color: Bondi Blue. HEX triplet: 06, 95 and AA. RGB value is (6,149,170). Sum of RGB (Red+Green+Blue) = 6+149+170=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #0695AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0695AA is #F96A55. Grayscale: #6C6C6C. Windows color (decimal): -16345686 or 11179270. OLE color: 11179270.

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

Color convert

RGB 6 149 170 -
CMYK 0.96 0.12 0 0.33
HSL 187.68º 0.93% 0.35% -
HSV(B) 187.68º 0.96% 0.67% -
XYZ 18.08 24.44 41.79 -
YUV 108.64 162.62 54.79 -
System Red Green Blue C M Y K H S L
Decimal 6 149 170 0.96 0.12 0 0.33 187.68 0.93 0.35
Hex 6 95 AA 60 C 0 21 BC 5D 23
Octal 6 225 252 140 14 0 41 274 135 43
Binary 110 10010101 10101010 1100000 1100 0 100001 10111100 1011101 100011

Color Harmonies of #0695AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0695AA

Black with #0695AA

Text Example


Text Example

White with #0695AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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