Html Css Color HEX #6E9CCD Picton Blue

📋 copy color: '#6E9CCD'

red 110 ◦ green 156 ◦ blue 205

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

Shades of Picton Blue #6E9CCD

Tints of Picton Blue #6E9CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.12%

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

R = 23.35%
G = 33.12%
B = 43.52%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E9CCD (or 0x6E9CCD) is known color: Picton Blue. HEX triplet: 6E, 9C and CD. RGB value is (110,156,205). Sum of RGB (Red+Green+Blue) = 110+156+205=471 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.35% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E9CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9CCD is #916332. Grayscale: #939393. Windows color (decimal): -9528115 or 13474926. OLE color: 13474926.

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

Color convert

RGB 110 156 205 -
CMYK 0.46 0.24 0 0.20
HSL 210.95º 0.49% 0.62% -
HSV(B) 210.95º 0.46% 0.8% -
XYZ 29.34 31.5 62.29 -
YUV 147.83 160.26 101.02 -
System Red Green Blue C M Y K H S L
Decimal 110 156 205 0.46 0.24 0 0.20 210.95 0.49 0.62
Hex 6E 9C CD 2E 18 0 14 D3 31 3E
Octal 156 234 315 56 30 0 24 323 61 76
Binary 1101110 10011100 11001101 101110 11000 0 10100 11010011 110001 111110

Color Harmonies of #6E9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9CCD

Black with #6E9CCD

Text Example


Text Example

White with #6E9CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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