Html Css Color HEX #6E7FDC Cornflower Blue

📋 copy color: '#6E7FDC'

red 110 ◦ green 127 ◦ blue 220

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

Shades of Cornflower Blue #6E7FDC

Tints of Cornflower Blue #6E7FDC

RGB

 RED value IS 110 (43.36% from 255) = 24.07%

 GREEN value IS 127 (50% from 255) = 27.79%

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 24.07%
G = 27.79%
B = 48.14%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E7FDC (or 0x6E7FDC) is known color: Cornflower Blue. HEX triplet: 6E, 7F and DC. RGB value is (110,127,220). Sum of RGB (Red+Green+Blue) = 110+127+220=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E7FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7FDC is #918023. Grayscale: #848484. Windows color (decimal): -9535524 or 14450542. OLE color: 14450542.

HSL color Cylindrical-coordinate representation of color #6E7FDC: hue angle of 230.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E7FDC is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 127 220 -
CMYK 0.50 0.42 0 0.14
HSL 230.73º 0.61% 0.65% -
HSV(B) 230.73º 0.5% 0.86% -
XYZ 26.94 23.66 70.86 -
YUV 132.52 177.37 111.94 -
System Red Green Blue C M Y K H S L
Decimal 110 127 220 0.50 0.42 0 0.14 230.73 0.61 0.65
Hex 6E 7F DC 32 2A 0 E E7 3D 41
Octal 156 177 334 62 52 0 16 347 75 101
Binary 1101110 1111111 11011100 110010 101010 0 1110 11100111 111101 1000001

Color Harmonies of #6E7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7FDC

Black with #6E7FDC

Text Example


Text Example

White with #6E7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,127,220); }

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

background-color css

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

 a { background-color: rgb(110,127,220); }

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

border-color css

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

 span { border-color: rgb(110,127,220); }

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