Html Css Color HEX #6F88FE Cornflower Blue

📋 copy color: '#6F88FE'

red 111 ◦ green 136 ◦ blue 254

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

Shades of Cornflower Blue #6F88FE

Tints of Cornflower Blue #6F88FE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.15%

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

R = 22.16%
G = 27.15%
B = 50.7%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F88FE (or 0x6F88FE) is known color: Cornflower Blue. HEX triplet: 6F, 88 and FE. RGB value is (111,136,254). Sum of RGB (Red+Green+Blue) = 111+136+254=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F88FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F88FE is #907701. Grayscale: #8D8D8D. Windows color (decimal): -9467650 or 16681071. OLE color: 16681071.

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

Color convert

RGB 111 136 254 -
CMYK 0.56 0.46 0 0.00
HSL 229.51º 0.99% 0.72% -
HSV(B) 229.51º 0.56% 1% -
XYZ 33.25 28.14 97.45 -
YUV 141.98 191.22 105.91 -
System Red Green Blue C M Y K H S L
Decimal 111 136 254 0.56 0.46 0 0.00 229.51 0.99 0.72
Hex 6F 88 FE 38 2E 0 0 E6 63 48
Octal 157 210 376 70 56 0 0 346 143 110
Binary 1101111 10001000 11111110 111000 101110 0 0 11100110 1100011 1001000

Color Harmonies of #6F88FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F88FE

Black with #6F88FE

Text Example


Text Example

White with #6F88FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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