Html Css Color HEX #6993F3 Cornflower Blue

📋 copy color: '#6993F3'

red 105 ◦ green 147 ◦ blue 243

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

Shades of Cornflower Blue #6993F3

Tints of Cornflower Blue #6993F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.09%

R = 21.21%
G = 29.7%
B = 49.09%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6993F3 (or 0x6993F3) is known color: Cornflower Blue. HEX triplet: 69, 93 and F3. RGB value is (105,147,243). Sum of RGB (Red+Green+Blue) = 105+147+243=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #6993F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6993F3 is #966C0C. Grayscale: #909090. Windows color (decimal): -9858061 or 15962985. OLE color: 15962985.

HSL color Cylindrical-coordinate representation of color #6993F3: hue angle of 221.74º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6993F3 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 147 243 -
CMYK 0.57 0.40 0 0.05
HSL 221.74º 0.85% 0.68% -
HSV(B) 221.74º 0.57% 0.95% -
XYZ 32.44 30.34 88.94 -
YUV 145.39 183.09 99.19 -
System Red Green Blue C M Y K H S L
Decimal 105 147 243 0.57 0.40 0 0.05 221.74 0.85 0.68
Hex 69 93 F3 39 28 0 5 DE 55 44
Octal 151 223 363 71 50 0 5 336 125 104
Binary 1101001 10010011 11110011 111001 101000 0 101 11011110 1010101 1000100

Color Harmonies of #6993F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6993F3

Black with #6993F3

Text Example


Text Example

White with #6993F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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