Html Css Color HEX #0694B5 Bondi Blue

📋 copy color: '#0694B5'

red 6 ◦ green 148 ◦ blue 181

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

Shades of Bondi Blue #0694B5

Tints of Bondi Blue #0694B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 54.03%

R = 1.79%
G = 44.18%
B = 54.03%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0694B5 (or 0x0694B5) is known color: Bondi Blue. HEX triplet: 06, 94 and B5. RGB value is (6,148,181). Sum of RGB (Red+Green+Blue) = 6+148+181=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 181 (71.09% from 255 or 54.03% from 335); Max value from RGB is 181 - color contains mainly: blue. Hex color #0694B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0694B5 is #F96B4A. Grayscale: #6D6D6D. Windows color (decimal): -16345931 or 11899910. OLE color: 11899910.

HSL color Cylindrical-coordinate representation of color #0694B5: hue angle of 191.31º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0694B5 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 6 148 181 -
CMYK 0.97 0.18 0 0.29
HSL 191.31º 0.94% 0.37% -
HSV(B) 191.31º 0.97% 0.71% -
XYZ 19.01 24.55 47.45 -
YUV 109.3 168.46 54.32 -
System Red Green Blue C M Y K H S L
Decimal 6 148 181 0.97 0.18 0 0.29 191.31 0.94 0.37
Hex 6 94 B5 61 12 0 1D BF 5E 25
Octal 6 224 265 141 22 0 35 277 136 45
Binary 110 10010100 10110101 1100001 10010 0 11101 10111111 1011110 100101

Color Harmonies of #0694B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0694B5

Black with #0694B5

Text Example


Text Example

White with #0694B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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