Html Css Color HEX #0682BF Bondi Blue

📋 copy color: '#0682BF'

red 6 ◦ green 130 ◦ blue 191

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

Shades of Bondi Blue #0682BF

Tints of Bondi Blue #0682BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.41%

R = 1.83%
G = 39.76%
B = 58.41%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0682BF (or 0x0682BF) is known color: Bondi Blue. HEX triplet: 06, 82 and BF. RGB value is (6,130,191). Sum of RGB (Red+Green+Blue) = 6+130+191=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #0682BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0682BF is #F97D40. Grayscale: #636363. Windows color (decimal): -16350529 or 12550662. OLE color: 12550662.

HSL color Cylindrical-coordinate representation of color #0682BF: hue angle of 199.78º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0682BF is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 130 191 -
CMYK 0.97 0.32 0 0.25
HSL 199.78º 0.94% 0.39% -
HSV(B) 199.78º 0.97% 0.75% -
XYZ 17.46 19.77 52.19 -
YUV 99.88 179.42 61.04 -
System Red Green Blue C M Y K H S L
Decimal 6 130 191 0.97 0.32 0 0.25 199.78 0.94 0.39
Hex 6 82 BF 61 20 0 19 C8 5E 27
Octal 6 202 277 141 40 0 31 310 136 47
Binary 110 10000010 10111111 1100001 100000 0 11001 11001000 1011110 100111

Color Harmonies of #0682BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0682BF

Black with #0682BF

Text Example


Text Example

White with #0682BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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