Html Css Color HEX #6F96FF Cornflower Blue

📋 copy color: '#6F96FF'

red 111 ◦ green 150 ◦ blue 255

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

Shades of Cornflower Blue #6F96FF

Tints of Cornflower Blue #6F96FF

RGB

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

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

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

R = 21.51%
G = 29.07%
B = 49.42%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F96FF (or 0x6F96FF) is known color: Cornflower Blue. HEX triplet: 6F, 96 and FF. RGB value is (111,150,255). Sum of RGB (Red+Green+Blue) = 111+150+255=516 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.51% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F96FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F96FF is #906900. Grayscale: #959595. Windows color (decimal): -9464065 or 16750191. OLE color: 16750191.

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

Color convert

RGB 111 150 255 -
CMYK 0.56 0.41 0 0
HSL 223.75º 1% 0.72% -
HSV(B) 223.75º 0.56% 1% -
XYZ 35.51 32.41 98.99 -
YUV 150.31 187.08 99.96 -
System Red Green Blue C M Y K H S L
Decimal 111 150 255 0.56 0.41 0 0 223.75 1 0.72
Hex 6F 96 FF 38 29 0 0 E0 64 48
Octal 157 226 377 70 51 0 0 340 144 110
Binary 1101111 10010110 11111111 111000 101001 0 0 11100000 1100100 1001000

Color Harmonies of #6F96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F96FF

Black with #6F96FF

Text Example


Text Example

White with #6F96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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