Html Css Color HEX #0693BA Bondi Blue

📋 copy color: '#0693BA'

red 6 ◦ green 147 ◦ blue 186

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

Shades of Bondi Blue #0693BA

Tints of Bondi Blue #0693BA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.36%

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

R = 1.77%
G = 43.36%
B = 54.87%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0693BA (or 0x0693BA) is known color: Bondi Blue. HEX triplet: 06, 93 and BA. RGB value is (6,147,186). Sum of RGB (Red+Green+Blue) = 6+147+186=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #0693BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0693BA is #F96C45. Grayscale: #6C6C6C. Windows color (decimal): -16346182 or 12227334. OLE color: 12227334.

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

Color convert

RGB 6 147 186 -
CMYK 0.97 0.21 0 0.27
HSL 193º 0.94% 0.38% -
HSV(B) 193º 0.97% 0.73% -
XYZ 19.37 24.45 50.15 -
YUV 109.29 171.29 54.33 -
System Red Green Blue C M Y K H S L
Decimal 6 147 186 0.97 0.21 0 0.27 193 0.94 0.38
Hex 6 93 BA 61 15 0 1B C1 5E 26
Octal 6 223 272 141 25 0 33 301 136 46
Binary 110 10010011 10111010 1100001 10101 0 11011 11000001 1011110 100110

Color Harmonies of #0693BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0693BA

Black with #0693BA

Text Example


Text Example

White with #0693BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0693BA; }

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

 H1.HeaderClassName
 {
   color: #0693BA;
 }
 .AnyTagClassName
 {
   color: #0693BA;
 }
</style>

background-color css

<style>
 a { background-color: #0693BA; }

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

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

border-color css

<style>
 span { border-color: #0693BA; }

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

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