Html Css Color HEX #068BB5 Bondi Blue

📋 copy color: '#068BB5'

red 6 ◦ green 139 ◦ blue 181

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

Shades of Bondi Blue #068BB5

Tints of Bondi Blue #068BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 55.52%

R = 1.84%
G = 42.64%
B = 55.52%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#068BB5 (or 0x068BB5) is known color: Bondi Blue. HEX triplet: 06, 8B and B5. RGB value is (6,139,181). Sum of RGB (Red+Green+Blue) = 6+139+181=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 181 (71.09% from 255 or 55.52% from 326); Max value from RGB is 181 - color contains mainly: blue. Hex color #068BB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068BB5 is #F9744A. Grayscale: #676767. Windows color (decimal): -16348235 or 11897606. OLE color: 11897606.

HSL color Cylindrical-coordinate representation of color #068BB5: hue angle of 194.4º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068BB5 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 6 139 181 -
CMYK 0.97 0.23 0 0.29
HSL 194.4º 0.94% 0.37% -
HSV(B) 194.4º 0.97% 0.71% -
XYZ 17.65 21.84 47 -
YUV 104.02 171.44 58.08 -
System Red Green Blue C M Y K H S L
Decimal 6 139 181 0.97 0.23 0 0.29 194.4 0.94 0.37
Hex 6 8B B5 61 17 0 1D C2 5E 25
Octal 6 213 265 141 27 0 35 302 136 45
Binary 110 10001011 10110101 1100001 10111 0 11101 11000010 1011110 100101

Color Harmonies of #068BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068BB5

Black with #068BB5

Text Example


Text Example

White with #068BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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