Html Css Color HEX #6D8CF0 Cornflower Blue

📋 copy color: '#6D8CF0'

red 109 ◦ green 140 ◦ blue 240

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

Shades of Cornflower Blue #6D8CF0

Tints of Cornflower Blue #6D8CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.08%

R = 22.29%
G = 28.63%
B = 49.08%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6D8CF0 (or 0x6D8CF0) is known color: Cornflower Blue. HEX triplet: 6D, 8C and F0. RGB value is (109,140,240). Sum of RGB (Red+Green+Blue) = 109+140+240=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 240 (94.14% from 255 or 49.08% from 489); Max value from RGB is 240 - color contains mainly: blue. Hex color #6D8CF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8CF0 is #92730F. Grayscale: #8D8D8D. Windows color (decimal): -9597712 or 15764589. OLE color: 15764589.

HSL color Cylindrical-coordinate representation of color #6D8CF0: hue angle of 225.8º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D8CF0 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 140 240 -
CMYK 0.55 0.42 0 0.06
HSL 225.8º 0.81% 0.68% -
HSV(B) 225.8º 0.55% 0.94% -
XYZ 31.41 28.3 86.24 -
YUV 142.13 183.23 104.37 -
System Red Green Blue C M Y K H S L
Decimal 109 140 240 0.55 0.42 0 0.06 225.8 0.81 0.68
Hex 6D 8C F0 37 2A 0 6 E2 51 44
Octal 155 214 360 67 52 0 6 342 121 104
Binary 1101101 10001100 11110000 110111 101010 0 110 11100010 1010001 1000100

Color Harmonies of #6D8CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8CF0

Black with #6D8CF0

Text Example


Text Example

White with #6D8CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,140,240); }

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

background-color css

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

 a { background-color: rgb(109,140,240); }

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

border-color css

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

 span { border-color: rgb(109,140,240); }

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