Html Css Color HEX #6992F1 Cornflower Blue

📋 copy color: '#6992F1'

red 105 ◦ green 146 ◦ blue 241

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

Shades of Cornflower Blue #6992F1

Tints of Cornflower Blue #6992F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.98%

R = 21.34%
G = 29.67%
B = 48.98%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6992F1 (or 0x6992F1) is known color: Cornflower Blue. HEX triplet: 69, 92 and F1. RGB value is (105,146,241). Sum of RGB (Red+Green+Blue) = 105+146+241=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #6992F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6992F1 is #966D0E. Grayscale: #909090. Windows color (decimal): -9858319 or 15831657. OLE color: 15831657.

HSL color Cylindrical-coordinate representation of color #6992F1: hue angle of 221.91º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6992F1 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 146 241 -
CMYK 0.56 0.39 0 0.05
HSL 221.91º 0.83% 0.68% -
HSV(B) 221.91º 0.56% 0.95% -
XYZ 31.98 29.91 87.31 -
YUV 144.57 182.42 99.78 -
System Red Green Blue C M Y K H S L
Decimal 105 146 241 0.56 0.39 0 0.05 221.91 0.83 0.68
Hex 69 92 F1 38 27 0 5 DE 53 44
Octal 151 222 361 70 47 0 5 336 123 104
Binary 1101001 10010010 11110001 111000 100111 0 101 11011110 1010011 1000100

Color Harmonies of #6992F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6992F1

Black with #6992F1

Text Example


Text Example

White with #6992F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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