Html Css Color HEX #6984E2 Cornflower Blue

📋 copy color: '#6984E2'

red 105 ◦ green 132 ◦ blue 226

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

Shades of Cornflower Blue #6984E2

Tints of Cornflower Blue #6984E2

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.51%

 BLUE value IS 226 (88.67% from 255) = 48.81%

R = 22.68%
G = 28.51%
B = 48.81%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6984E2 (or 0x6984E2) is known color: Cornflower Blue. HEX triplet: 69, 84 and E2. RGB value is (105,132,226). Sum of RGB (Red+Green+Blue) = 105+132+226=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 226 (88.67% from 255 or 48.81% from 463); Max value from RGB is 226 - color contains mainly: blue. Hex color #6984E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6984E2 is #967B1D. Grayscale: #868686. Windows color (decimal): -9861918 or 14845033. OLE color: 14845033.

HSL color Cylindrical-coordinate representation of color #6984E2: hue angle of 226.61º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6984E2 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 105 132 226 -
CMYK 0.54 0.42 0 0.11
HSL 226.61º 0.68% 0.65% -
HSV(B) 226.61º 0.54% 0.89% -
XYZ 27.8 25 75.31 -
YUV 134.64 179.55 106.86 -
System Red Green Blue C M Y K H S L
Decimal 105 132 226 0.54 0.42 0 0.11 226.61 0.68 0.65
Hex 69 84 E2 36 2A 0 B E3 44 41
Octal 151 204 342 66 52 0 13 343 104 101
Binary 1101001 10000100 11100010 110110 101010 0 1011 11100011 1000100 1000001

Color Harmonies of #6984E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6984E2

Black with #6984E2

Text Example


Text Example

White with #6984E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6984E2; }

 p { color: rgb(105,132,226); }

 H1.HeaderClassName
 {
   color: #6984E2;
 }
 .AnyTagClassName
 {
   color: #6984E2;
 }
</style>

background-color css

<style>
 a { background-color: #6984E2; }

 a { background-color: rgb(105,132,226); }

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

border-color css

<style>
 span { border-color: #6984E2; }

 span { border-color: rgb(105,132,226); }

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