#068FBA

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

Shades of Bondi Blue #068FBA

Tints of Bondi Blue #068FBA

Color information

#068FBA (or 0x068FBA) is unknown color: approx Bondi Blue. HEX triplet: 06, 8F and BA. RGB value is (6,143,186). Sum of RGB (Red+Green+Blue) = 6+143+186=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #068FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068FBA is #F97045. Grayscale: #6A6A6A. Windows color (decimal): -16347206 or 12226310. OLE color: 12226310.

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

Color convert

RGB6143186-
CMYK0.970.2300.27
HSL194.33º93.75%37.65%-
HSV(B)194.33º96.77%72.94%-
XYZ18.7623.2349.95-
YUV106.94172.6156-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.79%
GREEN value IS 143 (56.25% from 255) = 42.69%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=1.79%
G=42.69%
B=55.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61431860.970.2300.27194.3393.7537.65
Hex68FBA611701Bc25e26
Octal62172721412703330213646
Binary1101000111110111010110000110111011011110000101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,143,186); }

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

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

 a { background-color: rgb(6,143,186); }

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

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

 span { border-color: rgb(6,143,186); }

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