Html Css Color HEX #6980DA Cornflower Blue

📋 copy color: '#6980DA'

red 105 ◦ green 128 ◦ blue 218

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

Shades of Cornflower Blue #6980DA

Tints of Cornflower Blue #6980DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 23.28%
G = 28.38%
B = 48.34%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6980DA (or 0x6980DA) is known color: Cornflower Blue. HEX triplet: 69, 80 and DA. RGB value is (105,128,218). Sum of RGB (Red+Green+Blue) = 105+128+218=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #6980DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980DA is #967F25. Grayscale: #838383. Windows color (decimal): -9862950 or 14319721. OLE color: 14319721.

HSL color Cylindrical-coordinate representation of color #6980DA: hue angle of 227.79º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6980DA is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 128 218 -
CMYK 0.52 0.41 0 0.15
HSL 227.79º 0.6% 0.63% -
HSV(B) 227.79º 0.52% 0.85% -
XYZ 26.2 23.5 69.49 -
YUV 131.38 176.88 109.18 -
System Red Green Blue C M Y K H S L
Decimal 105 128 218 0.52 0.41 0 0.15 227.79 0.6 0.63
Hex 69 80 DA 34 29 0 F E4 3C 3F
Octal 151 200 332 64 51 0 17 344 74 77
Binary 1101001 10000000 11011010 110100 101001 0 1111 11100100 111100 111111

Color Harmonies of #6980DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6980DA

Black with #6980DA

Text Example


Text Example

White with #6980DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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