Html Css Color HEX #6992FD Cornflower Blue

📋 copy color: '#6992FD'

red 105 ◦ green 146 ◦ blue 253

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

Shades of Cornflower Blue #6992FD

Tints of Cornflower Blue #6992FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.2%

R = 20.83%
G = 28.97%
B = 50.2%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6992FD (or 0x6992FD) is known color: Cornflower Blue. HEX triplet: 69, 92 and FD. RGB value is (105,146,253). Sum of RGB (Red+Green+Blue) = 105+146+253=504 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.83% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #6992FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6992FD is #966D02. Grayscale: #919191. Windows color (decimal): -9858307 or 16618089. OLE color: 16618089.

HSL color Cylindrical-coordinate representation of color #6992FD: hue angle of 223.38º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6992FD is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 146 253 -
CMYK 0.58 0.42 0 0.01
HSL 223.38º 0.97% 0.7% -
HSV(B) 223.38º 0.58% 0.99% -
XYZ 33.83 30.65 97.06 -
YUV 145.94 188.42 98.8 -
System Red Green Blue C M Y K H S L
Decimal 105 146 253 0.58 0.42 0 0.01 223.38 0.97 0.7
Hex 69 92 FD 3A 2A 0 1 DF 61 46
Octal 151 222 375 72 52 0 1 337 141 106
Binary 1101001 10010010 11111101 111010 101010 0 1 11011111 1100001 1000110

Color Harmonies of #6992FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6992FD

Black with #6992FD

Text Example


Text Example

White with #6992FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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