Html Css Color HEX #6982BE Wild Blue Yonder

📋 copy color: '#6982BE'

red 105 ◦ green 130 ◦ blue 190

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

Shades of Wild Blue Yonder #6982BE

Tints of Wild Blue Yonder #6982BE

RGB

 RED value IS 105 (41.41% from 255) = 24.71%

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

 BLUE value IS 190 (74.61% from 255) = 44.71%

R = 24.71%
G = 30.59%
B = 44.71%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6982BE (or 0x6982BE) is known color: Wild Blue Yonder. HEX triplet: 69, 82 and BE. RGB value is (105,130,190). Sum of RGB (Red+Green+Blue) = 105+130+190=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #6982BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6982BE is #967D41. Grayscale: #818181. Windows color (decimal): -9862466 or 12485225. OLE color: 12485225.

HSL color Cylindrical-coordinate representation of color #6982BE: hue angle of 222.35º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6982BE is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 130 190 -
CMYK 0.45 0.32 0 0.25
HSL 222.35º 0.4% 0.58% -
HSV(B) 222.35º 0.45% 0.75% -
XYZ 23.1 22.69 51.88 -
YUV 129.37 162.22 110.62 -
System Red Green Blue C M Y K H S L
Decimal 105 130 190 0.45 0.32 0 0.25 222.35 0.4 0.58
Hex 69 82 BE 2D 20 0 19 DE 28 3A
Octal 151 202 276 55 40 0 31 336 50 72
Binary 1101001 10000010 10111110 101101 100000 0 11001 11011110 101000 111010

Color Harmonies of #6982BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6982BE

Black with #6982BE

Text Example


Text Example

White with #6982BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6982BE; }

 p { color: rgb(105,130,190); }

 H1.HeaderClassName
 {
   color: #6982BE;
 }
 .AnyTagClassName
 {
   color: #6982BE;
 }
</style>

background-color css

<style>
 a { background-color: #6982BE; }

 a { background-color: rgb(105,130,190); }

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

border-color css

<style>
 span { border-color: #6982BE; }

 span { border-color: rgb(105,130,190); }

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