Html Css Color HEX #068DB7 Bondi Blue

📋 copy color: '#068DB7'

red 6 ◦ green 141 ◦ blue 183

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

Shades of Bondi Blue #068DB7

Tints of Bondi Blue #068DB7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.73%

 BLUE value IS 183 (71.88% from 255) = 55.45%

R = 1.82%
G = 42.73%
B = 55.45%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#068DB7 (or 0x068DB7) is known color: Bondi Blue. HEX triplet: 06, 8D and B7. RGB value is (6,141,183). Sum of RGB (Red+Green+Blue) = 6+141+183=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #068DB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068DB7 is #F97248. Grayscale: #696969. Windows color (decimal): -16347721 or 12029190. OLE color: 12029190.

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

Color convert

RGB 6 141 183 -
CMYK 0.97 0.23 0 0.28
HSL 194.24º 0.94% 0.37% -
HSV(B) 194.24º 0.97% 0.72% -
XYZ 18.15 22.51 48.19 -
YUV 105.42 171.77 57.08 -
System Red Green Blue C M Y K H S L
Decimal 6 141 183 0.97 0.23 0 0.28 194.24 0.94 0.37
Hex 6 8D B7 61 17 0 1C C2 5E 25
Octal 6 215 267 141 27 0 34 302 136 45
Binary 110 10001101 10110111 1100001 10111 0 11100 11000010 1011110 100101

Color Harmonies of #068DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068DB7

Black with #068DB7

Text Example


Text Example

White with #068DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,141,183); }

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

background-color css

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

 a { background-color: rgb(6,141,183); }

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

border-color css

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

 span { border-color: rgb(6,141,183); }

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