Html Css Color HEX #6980FA Cornflower Blue

📋 copy color: '#6980FA'

red 105 ◦ green 128 ◦ blue 250

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

Shades of Cornflower Blue #6980FA

Tints of Cornflower Blue #6980FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.76%

R = 21.74%
G = 26.5%
B = 51.76%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6980FA (or 0x6980FA) is known color: Cornflower Blue. HEX triplet: 69, 80 and FA. RGB value is (105,128,250). Sum of RGB (Red+Green+Blue) = 105+128+250=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #6980FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6980FA is #967F05. Grayscale: #868686. Windows color (decimal): -9862918 or 16416873. OLE color: 16416873.

HSL color Cylindrical-coordinate representation of color #6980FA: hue angle of 230.48º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6980FA is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 128 250 -
CMYK 0.58 0.49 0 0.02
HSL 230.48º 0.94% 0.7% -
HSV(B) 230.48º 0.58% 0.98% -
XYZ 30.8 25.34 93.71 -
YUV 135.03 192.88 106.58 -
System Red Green Blue C M Y K H S L
Decimal 105 128 250 0.58 0.49 0 0.02 230.48 0.94 0.7
Hex 69 80 FA 3A 31 0 2 E6 5E 46
Octal 151 200 372 72 61 0 2 346 136 106
Binary 1101001 10000000 11111010 111010 110001 0 10 11100110 1011110 1000110

Color Harmonies of #6980FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6980FA

Black with #6980FA

Text Example


Text Example

White with #6980FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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