Html Css Color HEX #6D9EFD Cornflower Blue

📋 copy color: '#6D9EFD'

red 109 ◦ green 158 ◦ blue 253

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

Shades of Cornflower Blue #6D9EFD

Tints of Cornflower Blue #6D9EFD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.38%

 BLUE value IS 253 (99.22% from 255) = 48.65%

R = 20.96%
G = 30.38%
B = 48.65%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D9EFD (or 0x6D9EFD) is known color: Cornflower Blue. HEX triplet: 6D, 9E and FD. RGB value is (109,158,253). Sum of RGB (Red+Green+Blue) = 109+158+253=520 (68% of max value = 765). Red value is 109 (42.97% from 255 or 20.96% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D9EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9EFD is #926102. Grayscale: #999999. Windows color (decimal): -9593091 or 16621165. OLE color: 16621165.

HSL color Cylindrical-coordinate representation of color #6D9EFD: hue angle of 219.58º degrees, saturation: 0.97, 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 #6D9EFD is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 158 253 -
CMYK 0.57 0.38 0 0.01
HSL 219.58º 0.97% 0.71% -
HSV(B) 219.58º 0.57% 0.99% -
XYZ 36.26 34.8 97.73 -
YUV 154.18 183.77 95.78 -
System Red Green Blue C M Y K H S L
Decimal 109 158 253 0.57 0.38 0 0.01 219.58 0.97 0.71
Hex 6D 9E FD 39 26 0 1 DC 61 47
Octal 155 236 375 71 46 0 1 334 141 107
Binary 1101101 10011110 11111101 111001 100110 0 1 11011100 1100001 1000111

Color Harmonies of #6D9EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9EFD

Black with #6D9EFD

Text Example


Text Example

White with #6D9EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,158,253); }

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

background-color css

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

 a { background-color: rgb(109,158,253); }

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

border-color css

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

 span { border-color: rgb(109,158,253); }

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