Html Css Color HEX #068FAB Bondi Blue

📋 copy color: '#068FAB'

red 6 ◦ green 143 ◦ blue 171

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

Shades of Bondi Blue #068FAB

Tints of Bondi Blue #068FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.69%

 BLUE value IS 171 (67.19% from 255) = 53.44%

R = 1.88%
G = 44.69%
B = 53.44%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#068FAB (or 0x068FAB) is known color: Bondi Blue. HEX triplet: 06, 8F and AB. RGB value is (6,143,171). Sum of RGB (Red+Green+Blue) = 6+143+171=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #068FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068FAB is #F97054. Grayscale: #686868. Windows color (decimal): -16347221 or 11243270. OLE color: 11243270.

HSL color Cylindrical-coordinate representation of color #068FAB: hue angle of 190.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068FAB is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 143 171 -
CMYK 0.96 0.16 0 0.33
HSL 190.18º 0.93% 0.35% -
HSV(B) 190.18º 0.96% 0.67% -
XYZ 17.25 22.62 41.99 -
YUV 105.23 165.11 57.22 -
System Red Green Blue C M Y K H S L
Decimal 6 143 171 0.96 0.16 0 0.33 190.18 0.93 0.35
Hex 6 8F AB 60 10 0 21 BE 5D 23
Octal 6 217 253 140 20 0 41 276 135 43
Binary 110 10001111 10101011 1100000 10000 0 100001 10111110 1011101 100011

Color Harmonies of #068FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068FAB

Black with #068FAB

Text Example


Text Example

White with #068FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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