Html Css Color HEX #6D9EFC Cornflower Blue

📋 copy color: '#6D9EFC'

red 109 ◦ green 158 ◦ blue 252

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

Shades of Cornflower Blue #6D9EFC

Tints of Cornflower Blue #6D9EFC

RGB

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

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

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

R = 21%
G = 30.44%
B = 48.55%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D9EFC (or 0x6D9EFC) is known color: Cornflower Blue. HEX triplet: 6D, 9E and FC. RGB value is (109,158,252). Sum of RGB (Red+Green+Blue) = 109+158+252=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D9EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9EFC is #926103. Grayscale: #999999. Windows color (decimal): -9593092 or 16555629. OLE color: 16555629.

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

Color convert

RGB 109 158 252 -
CMYK 0.57 0.37 0 0.01
HSL 219.44º 0.96% 0.71% -
HSV(B) 219.44º 0.57% 0.99% -
XYZ 36.1 34.73 96.9 -
YUV 154.07 183.27 95.86 -
System Red Green Blue C M Y K H S L
Decimal 109 158 252 0.57 0.37 0 0.01 219.44 0.96 0.71
Hex 6D 9E FC 39 25 0 1 DB 60 47
Octal 155 236 374 71 45 0 1 333 140 107
Binary 1101101 10011110 11111100 111001 100101 0 1 11011011 1100000 1000111

Color Harmonies of #6D9EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9EFC

Black with #6D9EFC

Text Example


Text Example

White with #6D9EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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