Html Css Color HEX #6E9ECD Picton Blue

📋 copy color: '#6E9ECD'

red 110 ◦ green 158 ◦ blue 205

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

Shades of Picton Blue #6E9ECD

Tints of Picton Blue #6E9ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 23.26%
G = 33.4%
B = 43.34%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E9ECD (or 0x6E9ECD) is known color: Picton Blue. HEX triplet: 6E, 9E and CD. RGB value is (110,158,205). Sum of RGB (Red+Green+Blue) = 110+158+205=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E9ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9ECD is #916132. Grayscale: #949494. Windows color (decimal): -9527603 or 13475438. OLE color: 13475438.

HSL color Cylindrical-coordinate representation of color #6E9ECD: hue angle of 209.68º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E9ECD is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 158 205 -
CMYK 0.46 0.23 0 0.20
HSL 209.68º 0.49% 0.62% -
HSV(B) 209.68º 0.46% 0.8% -
XYZ 29.68 32.18 62.4 -
YUV 149.01 159.6 100.18 -
System Red Green Blue C M Y K H S L
Decimal 110 158 205 0.46 0.23 0 0.20 209.68 0.49 0.62
Hex 6E 9E CD 2E 17 0 14 D2 31 3E
Octal 156 236 315 56 27 0 24 322 61 76
Binary 1101110 10011110 11001101 101110 10111 0 10100 11010010 110001 111110

Color Harmonies of #6E9ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9ECD

Black with #6E9ECD

Text Example


Text Example

White with #6E9ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,158,205); }

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

background-color css

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

 a { background-color: rgb(110,158,205); }

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

border-color css

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

 span { border-color: rgb(110,158,205); }

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