Html Css Color HEX #0695BB Bondi Blue

📋 copy color: '#0695BB'

red 6 ◦ green 149 ◦ blue 187

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

Shades of Bondi Blue #0695BB

Tints of Bondi Blue #0695BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.68%

R = 1.75%
G = 43.57%
B = 54.68%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0695BB (or 0x0695BB) is known color: Bondi Blue. HEX triplet: 06, 95 and BB. RGB value is (6,149,187). Sum of RGB (Red+Green+Blue) = 6+149+187=342 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #0695BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0695BB is #F96A44. Grayscale: #6E6E6E. Windows color (decimal): -16345669 or 12293382. OLE color: 12293382.

HSL color Cylindrical-coordinate representation of color #0695BB: hue angle of 192.6º 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 #0695BB is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 149 187 -
CMYK 0.97 0.20 0 0.27
HSL 192.6º 0.94% 0.38% -
HSV(B) 192.6º 0.97% 0.73% -
XYZ 19.79 25.12 50.82 -
YUV 110.58 171.12 53.41 -
System Red Green Blue C M Y K H S L
Decimal 6 149 187 0.97 0.20 0 0.27 192.6 0.94 0.38
Hex 6 95 BB 61 14 0 1B C1 5E 26
Octal 6 225 273 141 24 0 33 301 136 46
Binary 110 10010101 10111011 1100001 10100 0 11011 11000001 1011110 100110

Color Harmonies of #0695BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0695BB

Black with #0695BB

Text Example


Text Example

White with #0695BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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