Html Css Color HEX #0693AB Bondi Blue

📋 copy color: '#0693AB'

red 6 ◦ green 147 ◦ blue 171

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

Shades of Bondi Blue #0693AB

Tints of Bondi Blue #0693AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.78%

R = 1.85%
G = 45.37%
B = 52.78%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0693AB (or 0x0693AB) is known color: Bondi Blue. HEX triplet: 06, 93 and AB. RGB value is (6,147,171). Sum of RGB (Red+Green+Blue) = 6+147+171=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #0693AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0693AB is #F96C54. Grayscale: #6B6B6B. Windows color (decimal): -16346197 or 11244294. OLE color: 11244294.

HSL color Cylindrical-coordinate representation of color #0693AB: hue angle of 188.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0693AB is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 147 171 -
CMYK 0.96 0.14 0 0.33
HSL 188.73º 0.93% 0.35% -
HSV(B) 188.73º 0.96% 0.67% -
XYZ 17.86 23.85 42.19 -
YUV 107.58 163.79 55.55 -
System Red Green Blue C M Y K H S L
Decimal 6 147 171 0.96 0.14 0 0.33 188.73 0.93 0.35
Hex 6 93 AB 60 E 0 21 BD 5D 23
Octal 6 223 253 140 16 0 41 275 135 43
Binary 110 10010011 10101011 1100000 1110 0 100001 10111101 1011101 100011

Color Harmonies of #0693AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0693AB

Black with #0693AB

Text Example


Text Example

White with #0693AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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