Html Css Color HEX #068FBB Bondi Blue

📋 copy color: '#068FBB'

red 6 ◦ green 143 ◦ blue 187

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

Shades of Bondi Blue #068FBB

Tints of Bondi Blue #068FBB

RGB

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

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

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

R = 1.79%
G = 42.56%
B = 55.65%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#068FBB (or 0x068FBB) is known color: Bondi Blue. HEX triplet: 06, 8F and BB. RGB value is (6,143,187). Sum of RGB (Red+Green+Blue) = 6+143+187=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #068FBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068FBB is #F97044. Grayscale: #6A6A6A. Windows color (decimal): -16347205 or 12291846. OLE color: 12291846.

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

Color convert

RGB 6 143 187 -
CMYK 0.97 0.24 0 0.27
HSL 194.59º 0.94% 0.38% -
HSV(B) 194.59º 0.97% 0.73% -
XYZ 18.87 23.27 50.51 -
YUV 107.05 173.11 55.92 -
System Red Green Blue C M Y K H S L
Decimal 6 143 187 0.97 0.24 0 0.27 194.59 0.94 0.38
Hex 6 8F BB 61 18 0 1B C3 5E 26
Octal 6 217 273 141 30 0 33 303 136 46
Binary 110 10001111 10111011 1100001 11000 0 11011 11000011 1011110 100110

Color Harmonies of #068FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068FBB

Black with #068FBB

Text Example


Text Example

White with #068FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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