Html Css Color HEX #068FB3 Bondi Blue

📋 copy color: '#068FB3'

red 6 ◦ green 143 ◦ blue 179

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

Shades of Bondi Blue #068FB3

Tints of Bondi Blue #068FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 54.57%

R = 1.83%
G = 43.6%
B = 54.57%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#068FB3 (or 0x068FB3) is known color: Bondi Blue. HEX triplet: 06, 8F and B3. RGB value is (6,143,179). Sum of RGB (Red+Green+Blue) = 6+143+179=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 179 (70.31% from 255 or 54.57% from 328); Max value from RGB is 179 - color contains mainly: blue. Hex color #068FB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068FB3 is #F9704C. Grayscale: #696969. Windows color (decimal): -16347213 or 11767558. OLE color: 11767558.

HSL color Cylindrical-coordinate representation of color #068FB3: hue angle of 192.49º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068FB3 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 6 143 179 -
CMYK 0.97 0.20 0 0.30
HSL 192.49º 0.94% 0.36% -
HSV(B) 192.49º 0.97% 0.7% -
XYZ 18.03 22.94 46.12 -
YUV 106.14 169.11 56.57 -
System Red Green Blue C M Y K H S L
Decimal 6 143 179 0.97 0.20 0 0.30 192.49 0.94 0.36
Hex 6 8F B3 61 14 0 1E C0 5E 24
Octal 6 217 263 141 24 0 36 300 136 44
Binary 110 10001111 10110011 1100001 10100 0 11110 11000000 1011110 100100

Color Harmonies of #068FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068FB3

Black with #068FB3

Text Example


Text Example

White with #068FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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