Html Css Color HEX #6983BA Wild Blue Yonder

📋 copy color: '#6983BA'

red 105 ◦ green 131 ◦ blue 186

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

Shades of Wild Blue Yonder #6983BA

Tints of Wild Blue Yonder #6983BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.04%

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 24.88%
G = 31.04%
B = 44.08%

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

#6983BA (or 0x6983BA) is known color: Wild Blue Yonder. HEX triplet: 69, 83 and BA. RGB value is (105,131,186). Sum of RGB (Red+Green+Blue) = 105+131+186=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #6983BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6983BA is #967C45. Grayscale: #818181. Windows color (decimal): -9862214 or 12223337. OLE color: 12223337.

HSL color Cylindrical-coordinate representation of color #6983BA: hue angle of 220.74º degrees, saturation: 0.37, 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 #6983BA is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 131 186 -
CMYK 0.44 0.30 0 0.27
HSL 220.74º 0.37% 0.57% -
HSV(B) 220.74º 0.44% 0.73% -
XYZ 22.8 22.78 49.65 -
YUV 129.5 159.89 110.53 -
System Red Green Blue C M Y K H S L
Decimal 105 131 186 0.44 0.30 0 0.27 220.74 0.37 0.57
Hex 69 83 BA 2C 1E 0 1B DD 25 39
Octal 151 203 272 54 36 0 33 335 45 71
Binary 1101001 10000011 10111010 101100 11110 0 11011 11011101 100101 111001

Color Harmonies of #6983BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6983BA

Black with #6983BA

Text Example


Text Example

White with #6983BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6983BA; }

 p { color: rgb(105,131,186); }

 H1.HeaderClassName
 {
   color: #6983BA;
 }
 .AnyTagClassName
 {
   color: #6983BA;
 }
</style>

background-color css

<style>
 a { background-color: #6983BA; }

 a { background-color: rgb(105,131,186); }

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

border-color css

<style>
 span { border-color: #6983BA; }

 span { border-color: rgb(105,131,186); }

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