Html Css Color HEX #068ABB Bondi Blue

📋 copy color: '#068ABB'

red 6 ◦ green 138 ◦ blue 187

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

Shades of Bondi Blue #068ABB

Tints of Bondi Blue #068ABB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.69%

 BLUE value IS 187 (73.44% from 255) = 56.5%

R = 1.81%
G = 41.69%
B = 56.5%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#068ABB (or 0x068ABB) is known color: Bondi Blue. HEX triplet: 06, 8A and BB. RGB value is (6,138,187). Sum of RGB (Red+Green+Blue) = 6+138+187=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #068ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068ABB is #F97544. Grayscale: #676767. Windows color (decimal): -16348485 or 12290566. OLE color: 12290566.

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

Color convert

RGB 6 138 187 -
CMYK 0.97 0.26 0 0.27
HSL 196.24º 0.94% 0.38% -
HSV(B) 196.24º 0.97% 0.73% -
XYZ 18.13 21.8 50.27 -
YUV 104.12 174.77 58.02 -
System Red Green Blue C M Y K H S L
Decimal 6 138 187 0.97 0.26 0 0.27 196.24 0.94 0.38
Hex 6 8A BB 61 1A 0 1B C4 5E 26
Octal 6 212 273 141 32 0 33 304 136 46
Binary 110 10001010 10111011 1100001 11010 0 11011 11000100 1011110 100110

Color Harmonies of #068ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068ABB

Black with #068ABB

Text Example


Text Example

White with #068ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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