#0689C1

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

Shades of Bondi Blue #0689C1

Tints of Bondi Blue #0689C1

Color information

#0689C1 (or 0x0689C1) is unknown color: approx Bondi Blue. HEX triplet: 06, 89 and C1. RGB value is (6,137,193). Sum of RGB (Red+Green+Blue) = 6+137+193=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #0689C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0689C1 is #F9763E. Grayscale: #676767. Windows color (decimal): -16348735 or 12683526. OLE color: 12683526.

HSL color Cylindrical-coordinate representation of color #0689C1: hue angle of 197.97º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0689C1 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6137193-
CMYK0.970.2900.24
HSL197.97º93.97%39.02%-
HSV(B)197.97º96.89%75.69%-
XYZ18.6521.7853.67-
YUV104.22178.157.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.79%
GREEN value IS 137 (53.91% from 255) = 40.77%
BLUE value IS 193 (75.78% from 255) = 57.44%
R=1.79%
G=40.77%
B=57.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61371930.970.2900.24197.9793.9739.02
Hex689C1611D018c65e27
Octal62113011413503030613647
Binary1101000100111000001110000111101011000110001101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0689C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0689C1; }

 p { color: rgb(6,137,193); }

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

<style>
 a { background-color: #0689C1; }

 a { background-color: rgb(6,137,193); }

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

<style>
 span { border-color: #0689C1; }

 span { border-color: rgb(6,137,193); }

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