Html Css Color HEX #6F8DF6 Cornflower Blue

📋 copy color: '#6F8DF6'

red 111 ◦ green 141 ◦ blue 246

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

Shades of Cornflower Blue #6F8DF6

Tints of Cornflower Blue #6F8DF6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.31%

 BLUE value IS 246 (96.48% from 255) = 49.4%

R = 22.29%
G = 28.31%
B = 49.4%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6F8DF6 (or 0x6F8DF6) is known color: Cornflower Blue. HEX triplet: 6F, 8D and F6. RGB value is (111,141,246). Sum of RGB (Red+Green+Blue) = 111+141+246=498 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.29% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #6F8DF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8DF6 is #907209. Grayscale: #8F8F8F. Windows color (decimal): -9466378 or 16158063. OLE color: 16158063.

HSL color Cylindrical-coordinate representation of color #6F8DF6: hue angle of 226.67º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F8DF6 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 111 141 246 -
CMYK 0.55 0.43 0 0.04
HSL 226.67º 0.88% 0.7% -
HSV(B) 226.67º 0.55% 0.96% -
XYZ 32.71 29.08 91.08 -
YUV 144 185.56 104.46 -
System Red Green Blue C M Y K H S L
Decimal 111 141 246 0.55 0.43 0 0.04 226.67 0.88 0.7
Hex 6F 8D F6 37 2B 0 4 E3 58 46
Octal 157 215 366 67 53 0 4 343 130 106
Binary 1101111 10001101 11110110 110111 101011 0 100 11100011 1011000 1000110

Color Harmonies of #6F8DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8DF6

Black with #6F8DF6

Text Example


Text Example

White with #6F8DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,141,246); }

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

background-color css

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

 a { background-color: rgb(111,141,246); }

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

border-color css

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

 span { border-color: rgb(111,141,246); }

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