Html Css Color HEX #6E9BCD Picton Blue

📋 copy color: '#6E9BCD'

red 110 ◦ green 155 ◦ blue 205

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

Shades of Picton Blue #6E9BCD

Tints of Picton Blue #6E9BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.98%

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

R = 23.4%
G = 32.98%
B = 43.62%

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

#6E9BCD (or 0x6E9BCD) is known color: Picton Blue. HEX triplet: 6E, 9B and CD. RGB value is (110,155,205). Sum of RGB (Red+Green+Blue) = 110+155+205=470 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.40% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E9BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9BCD is #916432. Grayscale: #939393. Windows color (decimal): -9528371 or 13474670. OLE color: 13474670.

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

Color convert

RGB 110 155 205 -
CMYK 0.46 0.24 0 0.20
HSL 211.58º 0.49% 0.62% -
HSV(B) 211.58º 0.46% 0.8% -
XYZ 29.17 31.17 62.24 -
YUV 147.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 110 155 205 0.46 0.24 0 0.20 211.58 0.49 0.62
Hex 6E 9B CD 2E 18 0 14 D4 31 3E
Octal 156 233 315 56 30 0 24 324 61 76
Binary 1101110 10011011 11001101 101110 11000 0 10100 11010100 110001 111110

Color Harmonies of #6E9BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9BCD

Black with #6E9BCD

Text Example


Text Example

White with #6E9BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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