Html Css Color HEX #0683BD Bondi Blue

📋 copy color: '#0683BD'

red 6 ◦ green 131 ◦ blue 189

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

Shades of Bondi Blue #0683BD

Tints of Bondi Blue #0683BD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.18%

 BLUE value IS 189 (74.22% from 255) = 57.98%

R = 1.84%
G = 40.18%
B = 57.98%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0683BD (or 0x0683BD) is known color: Bondi Blue. HEX triplet: 06, 83 and BD. RGB value is (6,131,189). Sum of RGB (Red+Green+Blue) = 6+131+189=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #0683BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0683BD is #F97C42. Grayscale: #636363. Windows color (decimal): -16350275 or 12419846. OLE color: 12419846.

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

Color convert

RGB 6 131 189 -
CMYK 0.97 0.31 0 0.26
HSL 199.02º 0.94% 0.38% -
HSV(B) 199.02º 0.97% 0.74% -
XYZ 17.38 19.95 51.08 -
YUV 100.24 178.09 60.78 -
System Red Green Blue C M Y K H S L
Decimal 6 131 189 0.97 0.31 0 0.26 199.02 0.94 0.38
Hex 6 83 BD 61 1F 0 1A C7 5E 26
Octal 6 203 275 141 37 0 32 307 136 46
Binary 110 10000011 10111101 1100001 11111 0 11010 11000111 1011110 100110

Color Harmonies of #0683BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0683BD

Black with #0683BD

Text Example


Text Example

White with #0683BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0683BD; }

 p { color: rgb(6,131,189); }

 H1.HeaderClassName
 {
   color: #0683BD;
 }
 .AnyTagClassName
 {
   color: #0683BD;
 }
</style>

background-color css

<style>
 a { background-color: #0683BD; }

 a { background-color: rgb(6,131,189); }

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

border-color css

<style>
 span { border-color: #0683BD; }

 span { border-color: rgb(6,131,189); }

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