Html Css Color HEX #6980DD Cornflower Blue

📋 copy color: '#6980DD'

red 105 ◦ green 128 ◦ blue 221

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

Shades of Cornflower Blue #6980DD

Tints of Cornflower Blue #6980DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 23.13%
G = 28.19%
B = 48.68%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6980DD (or 0x6980DD) is known color: Cornflower Blue. HEX triplet: 69, 80 and DD. RGB value is (105,128,221). Sum of RGB (Red+Green+Blue) = 105+128+221=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #6980DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980DD is #967F22. Grayscale: #838383. Windows color (decimal): -9862947 or 14516329. OLE color: 14516329.

HSL color Cylindrical-coordinate representation of color #6980DD: hue angle of 228.1º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6980DD is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 128 221 -
CMYK 0.52 0.42 0 0.13
HSL 228.1º 0.63% 0.64% -
HSV(B) 228.1º 0.52% 0.87% -
XYZ 26.6 23.66 71.57 -
YUV 131.73 178.38 108.94 -
System Red Green Blue C M Y K H S L
Decimal 105 128 221 0.52 0.42 0 0.13 228.1 0.63 0.64
Hex 69 80 DD 34 2A 0 D E4 3F 40
Octal 151 200 335 64 52 0 15 344 77 100
Binary 1101001 10000000 11011101 110100 101010 0 1101 11100100 111111 1000000

Color Harmonies of #6980DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6980DD

Black with #6980DD

Text Example


Text Example

White with #6980DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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