#068AC1

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

Shades of Bondi Blue #068AC1

Tints of Bondi Blue #068AC1

Color information

#068AC1 (or 0x068AC1) is unknown color: approx Bondi Blue. HEX triplet: 06, 8A and C1. RGB value is (6,138,193). Sum of RGB (Red+Green+Blue) = 6+138+193=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #068AC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068AC1 is #F9753E. Grayscale: #686868. Windows color (decimal): -16348479 or 12683782. OLE color: 12683782.

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

Color convert

RGB6138193-
CMYK0.970.2800.24
HSL197.65º93.97%39.02%-
HSV(B)197.65º96.89%75.69%-
XYZ18.7922.0753.72-
YUV104.8177.7757.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.78%
GREEN value IS 138 (54.30% from 255) = 40.95%
BLUE value IS 193 (75.78% from 255) = 57.27%
R=1.78%
G=40.95%
B=57.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61381930.970.2800.24197.6593.9739.02
Hex68AC1611C018c65e27
Octal62123011413403030613647
Binary1101000101011000001110000111100011000110001101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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