Html Css Color HEX #6E9FCD Picton Blue

📋 copy color: '#6E9FCD'

red 110 ◦ green 159 ◦ blue 205

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

Shades of Picton Blue #6E9FCD

Tints of Picton Blue #6E9FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.54%

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

R = 23.21%
G = 33.54%
B = 43.25%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E9FCD (or 0x6E9FCD) is known color: Picton Blue. HEX triplet: 6E, 9F and CD. RGB value is (110,159,205). Sum of RGB (Red+Green+Blue) = 110+159+205=474 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.21% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E9FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9FCD is #916032. Grayscale: #959595. Windows color (decimal): -9527347 or 13475694. OLE color: 13475694.

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

Color convert

RGB 110 159 205 -
CMYK 0.46 0.22 0 0.20
HSL 209.05º 0.49% 0.62% -
HSV(B) 209.05º 0.46% 0.8% -
XYZ 29.85 32.52 62.46 -
YUV 149.59 159.27 99.76 -
System Red Green Blue C M Y K H S L
Decimal 110 159 205 0.46 0.22 0 0.20 209.05 0.49 0.62
Hex 6E 9F CD 2E 16 0 14 D1 31 3E
Octal 156 237 315 56 26 0 24 321 61 76
Binary 1101110 10011111 11001101 101110 10110 0 10100 11010001 110001 111110

Color Harmonies of #6E9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9FCD

Black with #6E9FCD

Text Example


Text Example

White with #6E9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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