Html Css Color HEX #6F93FE Cornflower Blue

📋 copy color: '#6F93FE'

red 111 ◦ green 147 ◦ blue 254

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

Shades of Cornflower Blue #6F93FE

Tints of Cornflower Blue #6F93FE

RGB

 RED value IS 111 (43.75% from 255) = 21.68%

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

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 21.68%
G = 28.71%
B = 49.61%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F93FE (or 0x6F93FE) is known color: Cornflower Blue. HEX triplet: 6F, 93 and FE. RGB value is (111,147,254). Sum of RGB (Red+Green+Blue) = 111+147+254=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F93FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F93FE is #906C01. Grayscale: #939393. Windows color (decimal): -9464834 or 16683887. OLE color: 16683887.

HSL color Cylindrical-coordinate representation of color #6F93FE: hue angle of 224.9º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F93FE is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 111 147 254 -
CMYK 0.56 0.42 0 0.00
HSL 224.9º 0.99% 0.72% -
HSV(B) 224.9º 0.56% 1% -
XYZ 34.88 31.4 97.99 -
YUV 148.43 187.57 101.3 -
System Red Green Blue C M Y K H S L
Decimal 111 147 254 0.56 0.42 0 0.00 224.9 0.99 0.72
Hex 6F 93 FE 38 2A 0 0 E1 63 48
Octal 157 223 376 70 52 0 0 341 143 110
Binary 1101111 10010011 11111110 111000 101010 0 0 11100001 1100011 1001000

Color Harmonies of #6F93FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F93FE

Black with #6F93FE

Text Example


Text Example

White with #6F93FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F93FE; }

 p { color: rgb(111,147,254); }

 H1.HeaderClassName
 {
   color: #6F93FE;
 }
 .AnyTagClassName
 {
   color: #6F93FE;
 }
</style>

background-color css

<style>
 a { background-color: #6F93FE; }

 a { background-color: rgb(111,147,254); }

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

border-color css

<style>
 span { border-color: #6F93FE; }

 span { border-color: rgb(111,147,254); }

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