Html Css Color HEX #0682BD Bondi Blue

📋 copy color: '#0682BD'

red 6 ◦ green 130 ◦ blue 189

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

Shades of Bondi Blue #0682BD

Tints of Bondi Blue #0682BD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40%

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

R = 1.85%
G = 40%
B = 58.15%

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

#0682BD (or 0x0682BD) is known color: Bondi Blue. HEX triplet: 06, 82 and BD. RGB value is (6,130,189). Sum of RGB (Red+Green+Blue) = 6+130+189=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #0682BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0682BD is #F97D42. Grayscale: #636363. Windows color (decimal): -16350531 or 12419590. OLE color: 12419590.

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

Color convert

RGB 6 130 189 -
CMYK 0.97 0.31 0 0.26
HSL 199.34º 0.94% 0.38% -
HSV(B) 199.34º 0.97% 0.74% -
XYZ 17.24 19.68 51.03 -
YUV 99.65 178.42 61.2 -
System Red Green Blue C M Y K H S L
Decimal 6 130 189 0.97 0.31 0 0.26 199.34 0.94 0.38
Hex 6 82 BD 61 1F 0 1A C7 5E 26
Octal 6 202 275 141 37 0 32 307 136 46
Binary 110 10000010 10111101 1100001 11111 0 11010 11000111 1011110 100110

Color Harmonies of #0682BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0682BD

Black with #0682BD

Text Example


Text Example

White with #0682BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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