Html Css Color HEX #6993FC Cornflower Blue

📋 copy color: '#6993FC'

red 105 ◦ green 147 ◦ blue 252

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

Shades of Cornflower Blue #6993FC

Tints of Cornflower Blue #6993FC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.17%

 BLUE value IS 252 (98.83% from 255) = 50%

R = 20.83%
G = 29.17%
B = 50%

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

#6993FC (or 0x6993FC) is known color: Cornflower Blue. HEX triplet: 69, 93 and FC. RGB value is (105,147,252). Sum of RGB (Red+Green+Blue) = 105+147+252=504 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.83% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #6993FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6993FC is #966C03. Grayscale: #919191. Windows color (decimal): -9858052 or 16552809. OLE color: 16552809.

HSL color Cylindrical-coordinate representation of color #6993FC: hue angle of 222.86º degrees, saturation: 0.96, 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 #6993FC is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 147 252 -
CMYK 0.58 0.42 0 0.01
HSL 222.86º 0.96% 0.7% -
HSV(B) 222.86º 0.58% 0.99% -
XYZ 33.83 30.9 96.28 -
YUV 146.41 187.59 98.46 -
System Red Green Blue C M Y K H S L
Decimal 105 147 252 0.58 0.42 0 0.01 222.86 0.96 0.7
Hex 69 93 FC 3A 2A 0 1 DF 60 46
Octal 151 223 374 72 52 0 1 337 140 106
Binary 1101001 10010011 11111100 111010 101010 0 1 11011111 1100000 1000110

Color Harmonies of #6993FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6993FC

Black with #6993FC

Text Example


Text Example

White with #6993FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6993FC; }

 p { color: rgb(105,147,252); }

 H1.HeaderClassName
 {
   color: #6993FC;
 }
 .AnyTagClassName
 {
   color: #6993FC;
 }
</style>

background-color css

<style>
 a { background-color: #6993FC; }

 a { background-color: rgb(105,147,252); }

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

border-color css

<style>
 span { border-color: #6993FC; }

 span { border-color: rgb(105,147,252); }

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