Html Css Color HEX #6980C1 Wild Blue Yonder

📋 copy color: '#6980C1'

red 105 ◦ green 128 ◦ blue 193

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

Shades of Wild Blue Yonder #6980C1

Tints of Wild Blue Yonder #6980C1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.05%

 BLUE value IS 193 (75.78% from 255) = 45.31%

R = 24.65%
G = 30.05%
B = 45.31%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6980C1 (or 0x6980C1) is known color: Wild Blue Yonder. HEX triplet: 69, 80 and C1. RGB value is (105,128,193). Sum of RGB (Red+Green+Blue) = 105+128+193=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #6980C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980C1 is #967F3E. Grayscale: #808080. Windows color (decimal): -9862975 or 12681321. OLE color: 12681321.

HSL color Cylindrical-coordinate representation of color #6980C1: hue angle of 224.32º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6980C1 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 128 193 -
CMYK 0.46 0.34 0 0.24
HSL 224.32º 0.42% 0.58% -
HSV(B) 224.32º 0.46% 0.76% -
XYZ 23.17 22.29 53.53 -
YUV 128.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 105 128 193 0.46 0.34 0 0.24 224.32 0.42 0.58
Hex 69 80 C1 2E 22 0 18 E0 2A 3A
Octal 151 200 301 56 42 0 30 340 52 72
Binary 1101001 10000000 11000001 101110 100010 0 11000 11100000 101010 111010

Color Harmonies of #6980C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6980C1

Black with #6980C1

Text Example


Text Example

White with #6980C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6980C1; }

 p { color: rgb(105,128,193); }

 H1.HeaderClassName
 {
   color: #6980C1;
 }
 .AnyTagClassName
 {
   color: #6980C1;
 }
</style>

background-color css

<style>
 a { background-color: #6980C1; }

 a { background-color: rgb(105,128,193); }

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

border-color css

<style>
 span { border-color: #6980C1; }

 span { border-color: rgb(105,128,193); }

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