Html Css Color HEX #6D8FFE Cornflower Blue

📋 copy color: '#6D8FFE'

red 109 ◦ green 143 ◦ blue 254

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

Shades of Cornflower Blue #6D8FFE

Tints of Cornflower Blue #6D8FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.26%

 BLUE value IS 254 (99.61% from 255) = 50.2%

R = 21.54%
G = 28.26%
B = 50.2%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6D8FFE (or 0x6D8FFE) is known color: Cornflower Blue. HEX triplet: 6D, 8F and FE. RGB value is (109,143,254). Sum of RGB (Red+Green+Blue) = 109+143+254=506 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.54% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D8FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8FFE is #927001. Grayscale: #919191. Windows color (decimal): -9596930 or 16682861. OLE color: 16682861.

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

Color convert

RGB 109 143 254 -
CMYK 0.57 0.44 0 0.00
HSL 225.93º 0.99% 0.71% -
HSV(B) 225.93º 0.57% 1% -
XYZ 34.02 30.05 97.77 -
YUV 145.49 189.24 101.97 -
System Red Green Blue C M Y K H S L
Decimal 109 143 254 0.57 0.44 0 0.00 225.93 0.99 0.71
Hex 6D 8F FE 39 2C 0 0 E2 63 47
Octal 155 217 376 71 54 0 0 342 143 107
Binary 1101101 10001111 11111110 111001 101100 0 0 11100010 1100011 1000111

Color Harmonies of #6D8FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8FFE

Black with #6D8FFE

Text Example


Text Example

White with #6D8FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,143,254); }

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

background-color css

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

 a { background-color: rgb(109,143,254); }

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

border-color css

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

 span { border-color: rgb(109,143,254); }

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