Html Css Color HEX #6F95FE Cornflower Blue

📋 copy color: '#6F95FE'

red 111 ◦ green 149 ◦ blue 254

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

Shades of Cornflower Blue #6F95FE

Tints of Cornflower Blue #6F95FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

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

R = 21.6%
G = 28.99%
B = 49.42%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F95FE (or 0x6F95FE) is known color: Cornflower Blue. HEX triplet: 6F, 95 and FE. RGB value is (111,149,254). Sum of RGB (Red+Green+Blue) = 111+149+254=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F95FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F95FE is #906A01. Grayscale: #959595. Windows color (decimal): -9464322 or 16684399. OLE color: 16684399.

HSL color Cylindrical-coordinate representation of color #6F95FE: hue angle of 224.06º 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 #6F95FE is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 111 149 254 -
CMYK 0.56 0.41 0 0.00
HSL 224.06º 0.99% 0.72% -
HSV(B) 224.06º 0.56% 1% -
XYZ 35.19 32.03 98.09 -
YUV 149.61 186.91 100.46 -
System Red Green Blue C M Y K H S L
Decimal 111 149 254 0.56 0.41 0 0.00 224.06 0.99 0.72
Hex 6F 95 FE 38 29 0 0 E0 63 48
Octal 157 225 376 70 51 0 0 340 143 110
Binary 1101111 10010101 11111110 111000 101001 0 0 11100000 1100011 1001000

Color Harmonies of #6F95FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F95FE

Black with #6F95FE

Text Example


Text Example

White with #6F95FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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