Html Css Color HEX #6983BF Wild Blue Yonder

📋 copy color: '#6983BF'

red 105 ◦ green 131 ◦ blue 191

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

Shades of Wild Blue Yonder #6983BF

Tints of Wild Blue Yonder #6983BF

RGB

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

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

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

R = 24.59%
G = 30.68%
B = 44.73%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6983BF (or 0x6983BF) is known color: Wild Blue Yonder. HEX triplet: 69, 83 and BF. RGB value is (105,131,191). Sum of RGB (Red+Green+Blue) = 105+131+191=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #6983BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6983BF is #967C40. Grayscale: #818181. Windows color (decimal): -9862209 or 12551017. OLE color: 12551017.

HSL color Cylindrical-coordinate representation of color #6983BF: hue angle of 221.86º 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 #6983BF is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 131 191 -
CMYK 0.45 0.31 0 0.25
HSL 221.86º 0.4% 0.58% -
HSV(B) 221.86º 0.45% 0.75% -
XYZ 23.35 23 52.5 -
YUV 130.07 162.39 110.12 -
System Red Green Blue C M Y K H S L
Decimal 105 131 191 0.45 0.31 0 0.25 221.86 0.4 0.58
Hex 69 83 BF 2D 1F 0 19 DE 28 3A
Octal 151 203 277 55 37 0 31 336 50 72
Binary 1101001 10000011 10111111 101101 11111 0 11001 11011110 101000 111010

Color Harmonies of #6983BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6983BF

Black with #6983BF

Text Example


Text Example

White with #6983BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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