Html Css Color HEX #6992E5 Cornflower Blue

📋 copy color: '#6992E5'

red 105 ◦ green 146 ◦ blue 229

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

Shades of Cornflower Blue #6992E5

Tints of Cornflower Blue #6992E5

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.42%

 BLUE value IS 229 (89.84% from 255) = 47.71%

R = 21.88%
G = 30.42%
B = 47.71%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6992E5 (or 0x6992E5) is known color: Cornflower Blue. HEX triplet: 69, 92 and E5. RGB value is (105,146,229). Sum of RGB (Red+Green+Blue) = 105+146+229=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #6992E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6992E5 is #966D1A. Grayscale: #8E8E8E. Windows color (decimal): -9858331 or 15045225. OLE color: 15045225.

HSL color Cylindrical-coordinate representation of color #6992E5: hue angle of 220.16º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6992E5 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 105 146 229 -
CMYK 0.54 0.36 0 0.10
HSL 220.16º 0.7% 0.65% -
HSV(B) 220.16º 0.54% 0.9% -
XYZ 30.25 29.22 78.17 -
YUV 143.2 176.42 100.75 -
System Red Green Blue C M Y K H S L
Decimal 105 146 229 0.54 0.36 0 0.10 220.16 0.7 0.65
Hex 69 92 E5 36 24 0 A DC 46 41
Octal 151 222 345 66 44 0 12 334 106 101
Binary 1101001 10010010 11100101 110110 100100 0 1010 11011100 1000110 1000001

Color Harmonies of #6992E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6992E5

Black with #6992E5

Text Example


Text Example

White with #6992E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6992E5; }

 p { color: rgb(105,146,229); }

 H1.HeaderClassName
 {
   color: #6992E5;
 }
 .AnyTagClassName
 {
   color: #6992E5;
 }
</style>

background-color css

<style>
 a { background-color: #6992E5; }

 a { background-color: rgb(105,146,229); }

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

border-color css

<style>
 span { border-color: #6992E5; }

 span { border-color: rgb(105,146,229); }

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