Html Css Color HEX #6990FE Cornflower Blue

📋 copy color: '#6990FE'

red 105 ◦ green 144 ◦ blue 254

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

Shades of Cornflower Blue #6990FE

Tints of Cornflower Blue #6990FE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.63%

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

R = 20.87%
G = 28.63%
B = 50.5%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6990FE (or 0x6990FE) is known color: Cornflower Blue. HEX triplet: 69, 90 and FE. RGB value is (105,144,254). Sum of RGB (Red+Green+Blue) = 105+144+254=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #6990FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6990FE is #966F01. Grayscale: #909090. Windows color (decimal): -9858818 or 16683113. OLE color: 16683113.

HSL color Cylindrical-coordinate representation of color #6990FE: hue angle of 224.3º 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 #6990FE is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 144 254 -
CMYK 0.59 0.43 0 0.00
HSL 224.3º 0.99% 0.7% -
HSV(B) 224.3º 0.59% 1% -
XYZ 33.69 30.11 97.8 -
YUV 144.88 189.58 99.56 -
System Red Green Blue C M Y K H S L
Decimal 105 144 254 0.59 0.43 0 0.00 224.3 0.99 0.7
Hex 69 90 FE 3B 2B 0 0 E0 63 46
Octal 151 220 376 73 53 0 0 340 143 106
Binary 1101001 10010000 11111110 111011 101011 0 0 11100000 1100011 1000110

Color Harmonies of #6990FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6990FE

Black with #6990FE

Text Example


Text Example

White with #6990FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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