Html Css Color HEX #6F96EF Cornflower Blue

📋 copy color: '#6F96EF'

red 111 ◦ green 150 ◦ blue 239

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

Shades of Cornflower Blue #6F96EF

Tints of Cornflower Blue #6F96EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 22.2%
G = 30%
B = 47.8%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6F96EF (or 0x6F96EF) is known color: Cornflower Blue. HEX triplet: 6F, 96 and EF. RGB value is (111,150,239). Sum of RGB (Red+Green+Blue) = 111+150+239=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F96EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F96EF is #906910. Grayscale: #949494. Windows color (decimal): -9464081 or 15701615. OLE color: 15701615.

HSL color Cylindrical-coordinate representation of color #6F96EF: hue angle of 221.72º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F96EF is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 111 150 239 -
CMYK 0.54 0.37 0 0.06
HSL 221.72º 0.8% 0.69% -
HSV(B) 221.72º 0.54% 0.94% -
XYZ 33.04 31.42 85.99 -
YUV 148.49 179.08 101.26 -
System Red Green Blue C M Y K H S L
Decimal 111 150 239 0.54 0.37 0 0.06 221.72 0.8 0.69
Hex 6F 96 EF 36 25 0 6 DE 50 45
Octal 157 226 357 66 45 0 6 336 120 105
Binary 1101111 10010110 11101111 110110 100101 0 110 11011110 1010000 1000101

Color Harmonies of #6F96EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F96EF

Black with #6F96EF

Text Example


Text Example

White with #6F96EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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