Html Css Color HEX #6E9DCD Picton Blue

📋 copy color: '#6E9DCD'

red 110 ◦ green 157 ◦ blue 205

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

Shades of Picton Blue #6E9DCD

Tints of Picton Blue #6E9DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.26%

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

R = 23.31%
G = 33.26%
B = 43.43%

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

#6E9DCD (or 0x6E9DCD) is known color: Picton Blue. HEX triplet: 6E, 9D and CD. RGB value is (110,157,205). Sum of RGB (Red+Green+Blue) = 110+157+205=472 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.31% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E9DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9DCD is #916232. Grayscale: #949494. Windows color (decimal): -9527859 or 13475182. OLE color: 13475182.

HSL color Cylindrical-coordinate representation of color #6E9DCD: hue angle of 210.32º 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 #6E9DCD is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 157 205 -
CMYK 0.46 0.23 0 0.20
HSL 210.32º 0.49% 0.62% -
HSV(B) 210.32º 0.46% 0.8% -
XYZ 29.51 31.84 62.35 -
YUV 148.42 159.93 100.6 -
System Red Green Blue C M Y K H S L
Decimal 110 157 205 0.46 0.23 0 0.20 210.32 0.49 0.62
Hex 6E 9D CD 2E 17 0 14 D2 31 3E
Octal 156 235 315 56 27 0 24 322 61 76
Binary 1101110 10011101 11001101 101110 10111 0 10100 11010010 110001 111110

Color Harmonies of #6E9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9DCD

Black with #6E9DCD

Text Example


Text Example

White with #6E9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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