Html Css Color HEX #6980EF Cornflower Blue

📋 copy color: '#6980EF'

red 105 ◦ green 128 ◦ blue 239

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

Shades of Cornflower Blue #6980EF

Tints of Cornflower Blue #6980EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 22.25%
G = 27.12%
B = 50.64%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6980EF (or 0x6980EF) is known color: Cornflower Blue. HEX triplet: 69, 80 and EF. RGB value is (105,128,239). Sum of RGB (Red+Green+Blue) = 105+128+239=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #6980EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6980EF is #967F10. Grayscale: #858585. Windows color (decimal): -9862929 or 15695977. OLE color: 15695977.

HSL color Cylindrical-coordinate representation of color #6980EF: hue angle of 229.7º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6980EF is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 128 239 -
CMYK 0.56 0.46 0 0.06
HSL 229.7º 0.81% 0.67% -
HSV(B) 229.7º 0.56% 0.94% -
XYZ 29.12 24.67 84.89 -
YUV 133.78 187.38 107.47 -
System Red Green Blue C M Y K H S L
Decimal 105 128 239 0.56 0.46 0 0.06 229.7 0.81 0.67
Hex 69 80 EF 38 2E 0 6 E6 51 43
Octal 151 200 357 70 56 0 6 346 121 103
Binary 1101001 10000000 11101111 111000 101110 0 110 11100110 1010001 1000011

Color Harmonies of #6980EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6980EF

Black with #6980EF

Text Example


Text Example

White with #6980EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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