Html Css Color HEX #0693BC Bondi Blue

📋 copy color: '#0693BC'

red 6 ◦ green 147 ◦ blue 188

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

Shades of Bondi Blue #0693BC

Tints of Bondi Blue #0693BC

RGB

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

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

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

R = 1.76%
G = 43.11%
B = 55.13%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0693BC (or 0x0693BC) is known color: Bondi Blue. HEX triplet: 06, 93 and BC. RGB value is (6,147,188). Sum of RGB (Red+Green+Blue) = 6+147+188=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #0693BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0693BC is #F96C43. Grayscale: #6D6D6D. Windows color (decimal): -16346180 or 12358406. OLE color: 12358406.

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

Color convert

RGB 6 147 188 -
CMYK 0.97 0.22 0 0.26
HSL 193.52º 0.94% 0.38% -
HSV(B) 193.52º 0.97% 0.74% -
XYZ 19.59 24.54 51.28 -
YUV 109.52 172.29 54.17 -
System Red Green Blue C M Y K H S L
Decimal 6 147 188 0.97 0.22 0 0.26 193.52 0.94 0.38
Hex 6 93 BC 61 16 0 1A C2 5E 26
Octal 6 223 274 141 26 0 32 302 136 46
Binary 110 10010011 10111100 1100001 10110 0 11010 11000010 1011110 100110

Color Harmonies of #0693BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0693BC

Black with #0693BC

Text Example


Text Example

White with #0693BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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