Html Css Color HEX #0694BE Bondi Blue

📋 copy color: '#0694BE'

red 6 ◦ green 148 ◦ blue 190

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

Shades of Bondi Blue #0694BE

Tints of Bondi Blue #0694BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.02%

 BLUE value IS 190 (74.61% from 255) = 55.23%

R = 1.74%
G = 43.02%
B = 55.23%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0694BE (or 0x0694BE) is known color: Bondi Blue. HEX triplet: 06, 94 and BE. RGB value is (6,148,190). Sum of RGB (Red+Green+Blue) = 6+148+190=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #0694BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0694BE is #F96B41. Grayscale: #6E6E6E. Windows color (decimal): -16345922 or 12489734. OLE color: 12489734.

HSL color Cylindrical-coordinate representation of color #0694BE: hue angle of 193.7º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0694BE is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 148 190 -
CMYK 0.97 0.22 0 0.25
HSL 193.7º 0.94% 0.38% -
HSV(B) 193.7º 0.97% 0.75% -
XYZ 19.96 24.94 52.48 -
YUV 110.33 172.96 53.58 -
System Red Green Blue C M Y K H S L
Decimal 6 148 190 0.97 0.22 0 0.25 193.7 0.94 0.38
Hex 6 94 BE 61 16 0 19 C2 5E 26
Octal 6 224 276 141 26 0 31 302 136 46
Binary 110 10010100 10111110 1100001 10110 0 11001 11000010 1011110 100110

Color Harmonies of #0694BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0694BE

Black with #0694BE

Text Example


Text Example

White with #0694BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0694BE; }

 p { color: rgb(6,148,190); }

 H1.HeaderClassName
 {
   color: #0694BE;
 }
 .AnyTagClassName
 {
   color: #0694BE;
 }
</style>

background-color css

<style>
 a { background-color: #0694BE; }

 a { background-color: rgb(6,148,190); }

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

border-color css

<style>
 span { border-color: #0694BE; }

 span { border-color: rgb(6,148,190); }

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