Html Css Color HEX #6F93FF Cornflower Blue

📋 copy color: '#6F93FF'

red 111 ◦ green 147 ◦ blue 255

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

Shades of Cornflower Blue #6F93FF

Tints of Cornflower Blue #6F93FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.71%

R = 21.64%
G = 28.65%
B = 49.71%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F93FF (or 0x6F93FF) is known color: Cornflower Blue. HEX triplet: 6F, 93 and FF. RGB value is (111,147,255). Sum of RGB (Red+Green+Blue) = 111+147+255=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F93FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F93FF is #906C00. Grayscale: #949494. Windows color (decimal): -9464833 or 16749423. OLE color: 16749423.

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

Color convert

RGB 111 147 255 -
CMYK 0.56 0.42 0 0
HSL 225º 1% 0.72% -
HSV(B) 225º 0.56% 1% -
XYZ 35.04 31.47 98.83 -
YUV 148.55 188.07 101.22 -
System Red Green Blue C M Y K H S L
Decimal 111 147 255 0.56 0.42 0 0 225 1 0.72
Hex 6F 93 FF 38 2A 0 0 E1 64 48
Octal 157 223 377 70 52 0 0 341 144 110
Binary 1101111 10010011 11111111 111000 101010 0 0 11100001 1100100 1001000

Color Harmonies of #6F93FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F93FF

Black with #6F93FF

Text Example


Text Example

White with #6F93FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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