#069EB7

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

Shades of Bondi Blue #069EB7

Tints of Bondi Blue #069EB7

Color information

#069EB7 (or 0x069EB7) is unknown color: approx Bondi Blue. HEX triplet: 06, 9E and B7. RGB value is (6,158,183). Sum of RGB (Red+Green+Blue) = 6+158+183=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 183 (71.88% from 255 or 52.74% from 347); Max value from RGB is 183 - color contains mainly: blue. Hex color #069EB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069EB7 is #F96148. Grayscale: #737373. Windows color (decimal): -16343369 or 12033542. OLE color: 12033542.

HSL color Cylindrical-coordinate representation of color #069EB7: hue angle of 188.47º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069EB7 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6158183-
CMYK0.970.1400.28
HSL188.47º93.65%37.06%-
HSV(B)188.47º96.72%71.76%-
XYZ20.8527.9149.09-
YUV115.4166.1449.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.73%
GREEN value IS 158 (62.11% from 255) = 45.53%
BLUE value IS 183 (71.88% from 255) = 52.74%
R=1.73%
G=45.53%
B=52.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal61581830.970.1400.28188.4793.6537.06
Hex69EB761E01Cbc5e25
Octal62362671411603427413645
Binary110100111101011011111000011110011100101111001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069EB7; }

 p { color: rgb(6,158,183); }

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

<style>
 a { background-color: #069EB7; }

 a { background-color: rgb(6,158,183); }

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

<style>
 span { border-color: #069EB7; }

 span { border-color: rgb(6,158,183); }

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