Html Css Color HEX #6980FE Cornflower Blue

📋 copy color: '#6980FE'

red 105 ◦ green 128 ◦ blue 254

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

Shades of Cornflower Blue #6980FE

Tints of Cornflower Blue #6980FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.16%

R = 21.56%
G = 26.28%
B = 52.16%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6980FE (or 0x6980FE) is known color: Cornflower Blue. HEX triplet: 69, 80 and FE. RGB value is (105,128,254). Sum of RGB (Red+Green+Blue) = 105+128+254=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #6980FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6980FE is #967F01. Grayscale: #868686. Windows color (decimal): -9862914 or 16679017. OLE color: 16679017.

HSL color Cylindrical-coordinate representation of color #6980FE: hue angle of 230.74º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6980FE is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 128 254 -
CMYK 0.59 0.50 0 0.00
HSL 230.74º 0.99% 0.7% -
HSV(B) 230.74º 0.59% 1% -
XYZ 31.43 25.6 97.05 -
YUV 135.49 194.88 106.25 -
System Red Green Blue C M Y K H S L
Decimal 105 128 254 0.59 0.50 0 0.00 230.74 0.99 0.7
Hex 69 80 FE 3B 32 0 0 E7 63 46
Octal 151 200 376 73 62 0 0 347 143 106
Binary 1101001 10000000 11111110 111011 110010 0 0 11100111 1100011 1000110

Color Harmonies of #6980FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6980FE

Black with #6980FE

Text Example


Text Example

White with #6980FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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