Html Css Color HEX #6F8CEB Cornflower Blue

📋 copy color: '#6F8CEB'

red 111 ◦ green 140 ◦ blue 235

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

Shades of Cornflower Blue #6F8CEB

Tints of Cornflower Blue #6F8CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.81%

 BLUE value IS 235 (92.19% from 255) = 48.35%

R = 22.84%
G = 28.81%
B = 48.35%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F8CEB (or 0x6F8CEB) is known color: Cornflower Blue. HEX triplet: 6F, 8C and EB. RGB value is (111,140,235). Sum of RGB (Red+Green+Blue) = 111+140+235=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F8CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8CEB is #907314. Grayscale: #8D8D8D. Windows color (decimal): -9466645 or 15436911. OLE color: 15436911.

HSL color Cylindrical-coordinate representation of color #6F8CEB: hue angle of 225.97º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F8CEB is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 140 235 -
CMYK 0.53 0.40 0 0.08
HSL 225.97º 0.76% 0.68% -
HSV(B) 225.97º 0.53% 0.92% -
XYZ 30.93 28.13 82.4 -
YUV 142.16 180.39 105.78 -
System Red Green Blue C M Y K H S L
Decimal 111 140 235 0.53 0.40 0 0.08 225.97 0.76 0.68
Hex 6F 8C EB 35 28 0 8 E2 4C 44
Octal 157 214 353 65 50 0 10 342 114 104
Binary 1101111 10001100 11101011 110101 101000 0 1000 11100010 1001100 1000100

Color Harmonies of #6F8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8CEB

Black with #6F8CEB

Text Example


Text Example

White with #6F8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,140,235); }

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

background-color css

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

 a { background-color: rgb(111,140,235); }

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

border-color css

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

 span { border-color: rgb(111,140,235); }

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