Html Css Color HEX #068BBA Bondi Blue

📋 copy color: '#068BBA'

red 6 ◦ green 139 ◦ blue 186

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

Shades of Bondi Blue #068BBA

Tints of Bondi Blue #068BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.19%

R = 1.81%
G = 41.99%
B = 56.19%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#068BBA (or 0x068BBA) is known color: Bondi Blue. HEX triplet: 06, 8B and BA. RGB value is (6,139,186). Sum of RGB (Red+Green+Blue) = 6+139+186=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #068BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068BBA is #F97445. Grayscale: #686868. Windows color (decimal): -16348230 or 12225286. OLE color: 12225286.

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

Color convert

RGB 6 139 186 -
CMYK 0.97 0.25 0 0.27
HSL 195.67º 0.94% 0.38% -
HSV(B) 195.67º 0.97% 0.73% -
XYZ 18.17 22.05 49.75 -
YUV 104.59 173.94 57.68 -
System Red Green Blue C M Y K H S L
Decimal 6 139 186 0.97 0.25 0 0.27 195.67 0.94 0.38
Hex 6 8B BA 61 19 0 1B C4 5E 26
Octal 6 213 272 141 31 0 33 304 136 46
Binary 110 10001011 10111010 1100001 11001 0 11011 11000100 1011110 100110

Color Harmonies of #068BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068BBA

Black with #068BBA

Text Example


Text Example

White with #068BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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