Html Css Color HEX #6D8DFC Cornflower Blue

📋 copy color: '#6D8DFC'

red 109 ◦ green 141 ◦ blue 252

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

Shades of Cornflower Blue #6D8DFC

Tints of Cornflower Blue #6D8DFC

RGB

 RED value IS 109 (42.97% from 255) = 21.71%

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

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 21.71%
G = 28.09%
B = 50.2%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D8DFC (or 0x6D8DFC) is known color: Cornflower Blue. HEX triplet: 6D, 8D and FC. RGB value is (109,141,252). Sum of RGB (Red+Green+Blue) = 109+141+252=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D8DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8DFC is #927203. Grayscale: #8F8F8F. Windows color (decimal): -9597444 or 16551277. OLE color: 16551277.

HSL color Cylindrical-coordinate representation of color #6D8DFC: hue angle of 226.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D8DFC is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 141 252 -
CMYK 0.57 0.44 0 0.01
HSL 226.57º 0.96% 0.71% -
HSV(B) 226.57º 0.57% 0.99% -
XYZ 33.4 29.33 96 -
YUV 144.09 188.9 102.97 -
System Red Green Blue C M Y K H S L
Decimal 109 141 252 0.57 0.44 0 0.01 226.57 0.96 0.71
Hex 6D 8D FC 39 2C 0 1 E3 60 47
Octal 155 215 374 71 54 0 1 343 140 107
Binary 1101101 10001101 11111100 111001 101100 0 1 11100011 1100000 1000111

Color Harmonies of #6D8DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8DFC

Black with #6D8DFC

Text Example


Text Example

White with #6D8DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,141,252); }

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

background-color css

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

 a { background-color: rgb(109,141,252); }

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

border-color css

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

 span { border-color: rgb(109,141,252); }

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