Html Css Color HEX #6982B7 Wild Blue Yonder

📋 copy color: '#6982B7'

red 105 ◦ green 130 ◦ blue 183

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

Shades of Wild Blue Yonder #6982B7

Tints of Wild Blue Yonder #6982B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.78%

R = 25.12%
G = 31.1%
B = 43.78%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6982B7 (or 0x6982B7) is known color: Wild Blue Yonder. HEX triplet: 69, 82 and B7. RGB value is (105,130,183). Sum of RGB (Red+Green+Blue) = 105+130+183=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 183 - color contains mainly: blue. Hex color #6982B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6982B7 is #967D48. Grayscale: #808080. Windows color (decimal): -9862473 or 12026473. OLE color: 12026473.

HSL color Cylindrical-coordinate representation of color #6982B7: hue angle of 220.77º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6982B7 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 105 130 183 -
CMYK 0.43 0.29 0 0.28
HSL 220.77º 0.35% 0.56% -
HSV(B) 220.77º 0.43% 0.72% -
XYZ 22.36 22.39 47.94 -
YUV 128.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 105 130 183 0.43 0.29 0 0.28 220.77 0.35 0.56
Hex 69 82 B7 2B 1D 0 1C DD 23 38
Octal 151 202 267 53 35 0 34 335 43 70
Binary 1101001 10000010 10110111 101011 11101 0 11100 11011101 100011 111000

Color Harmonies of #6982B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6982B7

Black with #6982B7

Text Example


Text Example

White with #6982B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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