Html Css Color HEX #0694BC Bondi Blue

📋 copy color: '#0694BC'

red 6 ◦ green 148 ◦ blue 188

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

Shades of Bondi Blue #0694BC

Tints of Bondi Blue #0694BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.97%

R = 1.75%
G = 43.27%
B = 54.97%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0694BC (or 0x0694BC) is known color: Bondi Blue. HEX triplet: 06, 94 and BC. RGB value is (6,148,188). Sum of RGB (Red+Green+Blue) = 6+148+188=342 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #0694BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0694BC is #F96B43. Grayscale: #6D6D6D. Windows color (decimal): -16345924 or 12358662. OLE color: 12358662.

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

Color convert

RGB 6 148 188 -
CMYK 0.97 0.21 0 0.26
HSL 193.19º 0.94% 0.38% -
HSV(B) 193.19º 0.97% 0.74% -
XYZ 19.74 24.85 51.33 -
YUV 110.1 171.96 53.75 -
System Red Green Blue C M Y K H S L
Decimal 6 148 188 0.97 0.21 0 0.26 193.19 0.94 0.38
Hex 6 94 BC 61 15 0 1A C1 5E 26
Octal 6 224 274 141 25 0 32 301 136 46
Binary 110 10010100 10111100 1100001 10101 0 11010 11000001 1011110 100110

Color Harmonies of #0694BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0694BC

Black with #0694BC

Text Example


Text Example

White with #0694BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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