#0694BD

Color #0694BD Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0694BD

Tints of Bondi Blue #0694BD

Color information

#0694BD (or 0x0694BD) is unknown color: approx Bondi Blue. HEX triplet: 06, 94 and BD. RGB value is (6,148,189). Sum of RGB (Red+Green+Blue) = 6+148+189=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #0694BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0694BD is #F96B42. Grayscale: #6D6D6D. Windows color (decimal): -16345923 or 12424198. OLE color: 12424198.

HSL color Cylindrical-coordinate representation of color #0694BD: hue angle of 193.44º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0694BD is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6148189-
CMYK0.970.2200.26
HSL193.44º93.85%38.24%-
HSV(B)193.44º96.83%74.12%-
XYZ19.8524.8951.9-
YUV110.22172.4653.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.75%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 189 (74.22% from 255) = 55.10%
R=1.75%
G=43.15%
B=55.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61481890.970.2200.26193.4493.8538.24
Hex694BD611601Ac15e26
Octal62242751412603230113646
Binary1101001010010111101110000110110011010110000011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0694BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0694BD; }

 p { color: rgb(6,148,189); }

 H1.HeaderClassName
 {
   color: #0694BD;
 }
 .AnyTagClassName
 {
   color: #0694BD;
 }
</style>
background-color css

<style>
 a { background-color: #0694BD; }

 a { background-color: rgb(6,148,189); }

 div.DivClassName
 {
   background-color: #0694BD;
 }
 .BgClassName
 {
   background-color: #0694BD;
 }
</style>
border-color css

<style>
 span { border-color: #0694BD; }

 span { border-color: rgb(6,148,189); }

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