#068ABC

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

Shades of Bondi Blue #068ABC

Tints of Bondi Blue #068ABC

Color information

#068ABC (or 0x068ABC) is unknown color: approx Bondi Blue. HEX triplet: 06, 8A and BC. RGB value is (6,138,188). Sum of RGB (Red+Green+Blue) = 6+138+188=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #068ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068ABC is #F97543. Grayscale: #676767. Windows color (decimal): -16348484 or 12356102. OLE color: 12356102.

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

Color convert

RGB6138188-
CMYK0.970.2700.26
HSL196.48º93.81%38.04%-
HSV(B)196.48º96.81%73.73%-
XYZ18.2421.8550.83-
YUV104.23175.2757.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.81%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 188 (73.83% from 255) = 56.63%
R=1.81%
G=41.57%
B=56.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61381880.970.2700.26196.4893.8138.04
Hex68ABC611B01Ac45e26
Octal62122741413303230413646
Binary1101000101010111100110000111011011010110001001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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