#068ABE

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

Shades of Bondi Blue #068ABE

Tints of Bondi Blue #068ABE

Color information

#068ABE (or 0x068ABE) is unknown color: approx Bondi Blue. HEX triplet: 06, 8A and BE. RGB value is (6,138,190). Sum of RGB (Red+Green+Blue) = 6+138+190=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #068ABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068ABE is #F97541. Grayscale: #686868. Windows color (decimal): -16348482 or 12487174. OLE color: 12487174.

HSL color Cylindrical-coordinate representation of color #068ABE: hue angle of 196.96º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068ABE is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6138190-
CMYK0.970.2700.25
HSL196.96º93.88%38.43%-
HSV(B)196.96º96.84%74.51%-
XYZ18.4621.9351.98-
YUV104.46176.2757.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.80%
GREEN value IS 138 (54.30% from 255) = 41.32%
BLUE value IS 190 (74.61% from 255) = 56.89%
R=1.80%
G=41.32%
B=56.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61381900.970.2700.25196.9693.8838.43
Hex68ABE611B019c55e26
Octal62122761413303130513646
Binary1101000101010111110110000111011011001110001011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068ABE; }

 p { color: rgb(6,138,190); }

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

<style>
 a { background-color: #068ABE; }

 a { background-color: rgb(6,138,190); }

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

<style>
 span { border-color: #068ABE; }

 span { border-color: rgb(6,138,190); }

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