Html Css Color HEX #6F96FE Cornflower Blue

📋 copy color: '#6F96FE'

red 111 ◦ green 150 ◦ blue 254

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

Shades of Cornflower Blue #6F96FE

Tints of Cornflower Blue #6F96FE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.13%

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

R = 21.55%
G = 29.13%
B = 49.32%

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

#6F96FE (or 0x6F96FE) is known color: Cornflower Blue. HEX triplet: 6F, 96 and FE. RGB value is (111,150,254). Sum of RGB (Red+Green+Blue) = 111+150+254=515 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.55% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F96FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F96FE is #906901. Grayscale: #959595. Windows color (decimal): -9464066 or 16684655. OLE color: 16684655.

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

Color convert

RGB 111 150 254 -
CMYK 0.56 0.41 0 0.00
HSL 223.64º 0.99% 0.72% -
HSV(B) 223.64º 0.56% 1% -
XYZ 35.35 32.35 98.15 -
YUV 150.2 186.58 100.04 -
System Red Green Blue C M Y K H S L
Decimal 111 150 254 0.56 0.41 0 0.00 223.64 0.99 0.72
Hex 6F 96 FE 38 29 0 0 E0 63 48
Octal 157 226 376 70 51 0 0 340 143 110
Binary 1101111 10010110 11111110 111000 101001 0 0 11100000 1100011 1001000

Color Harmonies of #6F96FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F96FE

Black with #6F96FE

Text Example


Text Example

White with #6F96FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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