#0688C1

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

Shades of Bondi Blue #0688C1

Tints of Bondi Blue #0688C1

Color information

#0688C1 (or 0x0688C1) is unknown color: approx Bondi Blue. HEX triplet: 06, 88 and C1. RGB value is (6,136,193). Sum of RGB (Red+Green+Blue) = 6+136+193=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #0688C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0688C1 is #F9773E. Grayscale: #676767. Windows color (decimal): -16348991 or 12683270. OLE color: 12683270.

HSL color Cylindrical-coordinate representation of color #0688C1: hue angle of 198.29º 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 #0688C1 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6136193-
CMYK0.970.3000.24
HSL198.29º93.97%39.02%-
HSV(B)198.29º96.89%75.69%-
XYZ18.521.553.63-
YUV103.63178.4358.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.79%
GREEN value IS 136 (53.52% from 255) = 40.60%
BLUE value IS 193 (75.78% from 255) = 57.61%
R=1.79%
G=40.60%
B=57.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61361930.970.3000.24198.2993.9739.02
Hex688C1611E018c65e27
Octal62103011413603030613647
Binary1101000100011000001110000111110011000110001101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0688C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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