Html Css Color HEX #6993FB Cornflower Blue

📋 copy color: '#6993FB'

red 105 ◦ green 147 ◦ blue 251

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

Shades of Cornflower Blue #6993FB

Tints of Cornflower Blue #6993FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 20.87%
G = 29.22%
B = 49.9%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6993FB (or 0x6993FB) is known color: Cornflower Blue. HEX triplet: 69, 93 and FB. RGB value is (105,147,251). Sum of RGB (Red+Green+Blue) = 105+147+251=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #6993FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6993FB is #966C04. Grayscale: #919191. Windows color (decimal): -9858053 or 16487273. OLE color: 16487273.

HSL color Cylindrical-coordinate representation of color #6993FB: hue angle of 222.74º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6993FB is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 147 251 -
CMYK 0.58 0.41 0 0.02
HSL 222.74º 0.95% 0.7% -
HSV(B) 222.74º 0.58% 0.98% -
XYZ 33.67 30.84 95.44 -
YUV 146.3 187.09 98.54 -
System Red Green Blue C M Y K H S L
Decimal 105 147 251 0.58 0.41 0 0.02 222.74 0.95 0.7
Hex 69 93 FB 3A 29 0 2 DF 5F 46
Octal 151 223 373 72 51 0 2 337 137 106
Binary 1101001 10010011 11111011 111010 101001 0 10 11011111 1011111 1000110

Color Harmonies of #6993FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6993FB

Black with #6993FB

Text Example


Text Example

White with #6993FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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