Html Css Color HEX #068BAE Bondi Blue

📋 copy color: '#068BAE'

red 6 ◦ green 139 ◦ blue 174

#068BAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #068BAE

Tints of Bondi Blue #068BAE

RGB

 RED value IS 6 (2.73% from 255) = 1.88%

 GREEN value IS 139 (54.69% from 255) = 43.57%

 BLUE value IS 174 (68.36% from 255) = 54.55%

R = 1.88%
G = 43.57%
B = 54.55%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#068BAE (or 0x068BAE) is known color: Bondi Blue. HEX triplet: 06, 8B and AE. RGB value is (6,139,174). Sum of RGB (Red+Green+Blue) = 6+139+174=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #068BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068BAE is #F97451. Grayscale: #666666. Windows color (decimal): -16348242 or 11438854. OLE color: 11438854.

HSL color Cylindrical-coordinate representation of color #068BAE: hue angle of 192.5º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068BAE is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 139 174 -
CMYK 0.97 0.20 0 0.32
HSL 192.5º 0.93% 0.35% -
HSV(B) 192.5º 0.97% 0.68% -
XYZ 16.95 21.56 43.31 -
YUV 103.22 167.94 58.65 -
System Red Green Blue C M Y K H S L
Decimal 6 139 174 0.97 0.20 0 0.32 192.5 0.93 0.35
Hex 6 8B AE 61 14 0 20 C0 5D 23
Octal 6 213 256 141 24 0 40 300 135 43
Binary 110 10001011 10101110 1100001 10100 0 100000 11000000 1011101 100011

Color Harmonies of #068BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068BAE

Black with #068BAE

Text Example


Text Example

White with #068BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,139,174); }

 H1.HeaderClassName
 {
   color: #068BAE;
 }
 .AnyTagClassName
 {
   color: #068BAE;
 }
</style>

background-color css

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

 a { background-color: rgb(6,139,174); }

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

border-color css

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

 span { border-color: rgb(6,139,174); }

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