Html Css Color HEX #6D8EFA Cornflower Blue

📋 copy color: '#6D8EFA'

red 109 ◦ green 142 ◦ blue 250

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

Shades of Cornflower Blue #6D8EFA

Tints of Cornflower Blue #6D8EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.34%

 BLUE value IS 250 (98.05% from 255) = 49.9%

R = 21.76%
G = 28.34%
B = 49.9%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D8EFA (or 0x6D8EFA) is known color: Cornflower Blue. HEX triplet: 6D, 8E and FA. RGB value is (109,142,250). Sum of RGB (Red+Green+Blue) = 109+142+250=501 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.76% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D8EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8EFA is #927105. Grayscale: #8F8F8F. Windows color (decimal): -9597190 or 16420461. OLE color: 16420461.

HSL color Cylindrical-coordinate representation of color #6D8EFA: hue angle of 225.96º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D8EFA is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 142 250 -
CMYK 0.56 0.43 0 0.02
HSL 225.96º 0.93% 0.7% -
HSV(B) 225.96º 0.56% 0.98% -
XYZ 33.24 29.5 94.38 -
YUV 144.45 187.57 102.72 -
System Red Green Blue C M Y K H S L
Decimal 109 142 250 0.56 0.43 0 0.02 225.96 0.93 0.7
Hex 6D 8E FA 38 2B 0 2 E2 5D 46
Octal 155 216 372 70 53 0 2 342 135 106
Binary 1101101 10001110 11111010 111000 101011 0 10 11100010 1011101 1000110

Color Harmonies of #6D8EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8EFA

Black with #6D8EFA

Text Example


Text Example

White with #6D8EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,142,250); }

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

background-color css

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

 a { background-color: rgb(109,142,250); }

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

border-color css

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

 span { border-color: rgb(109,142,250); }

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