Html Css Color HEX #6982BB Wild Blue Yonder

📋 copy color: '#6982BB'

red 105 ◦ green 130 ◦ blue 187

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

Shades of Wild Blue Yonder #6982BB

Tints of Wild Blue Yonder #6982BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 24.88%
G = 30.81%
B = 44.31%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6982BB (or 0x6982BB) is known color: Wild Blue Yonder. HEX triplet: 69, 82 and BB. RGB value is (105,130,187). Sum of RGB (Red+Green+Blue) = 105+130+187=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #6982BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6982BB is #967D44. Grayscale: #808080. Windows color (decimal): -9862469 or 12288617. OLE color: 12288617.

HSL color Cylindrical-coordinate representation of color #6982BB: hue angle of 221.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6982BB is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 130 187 -
CMYK 0.44 0.30 0 0.27
HSL 221.71º 0.38% 0.57% -
HSV(B) 221.71º 0.44% 0.73% -
XYZ 22.78 22.56 50.17 -
YUV 129.02 160.72 110.87 -
System Red Green Blue C M Y K H S L
Decimal 105 130 187 0.44 0.30 0 0.27 221.71 0.38 0.57
Hex 69 82 BB 2C 1E 0 1B DE 26 39
Octal 151 202 273 54 36 0 33 336 46 71
Binary 1101001 10000010 10111011 101100 11110 0 11011 11011110 100110 111001

Color Harmonies of #6982BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6982BB

Black with #6982BB

Text Example


Text Example

White with #6982BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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