Html Css Color HEX #6EA2CD Picton Blue

📋 copy color: '#6EA2CD'

red 110 ◦ green 162 ◦ blue 205

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

Shades of Picton Blue #6EA2CD

Tints of Picton Blue #6EA2CD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.96%

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

R = 23.06%
G = 33.96%
B = 42.98%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6EA2CD (or 0x6EA2CD) is known color: Picton Blue. HEX triplet: 6E, A2 and CD. RGB value is (110,162,205). Sum of RGB (Red+Green+Blue) = 110+162+205=477 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.06% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EA2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA2CD is #915D32. Grayscale: #979797. Windows color (decimal): -9526579 or 13476462. OLE color: 13476462.

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

Color convert

RGB 110 162 205 -
CMYK 0.46 0.21 0 0.20
HSL 207.16º 0.49% 0.62% -
HSV(B) 207.16º 0.46% 0.8% -
XYZ 30.37 33.56 62.64 -
YUV 151.35 158.27 98.5 -
System Red Green Blue C M Y K H S L
Decimal 110 162 205 0.46 0.21 0 0.20 207.16 0.49 0.62
Hex 6E A2 CD 2E 15 0 14 CF 31 3E
Octal 156 242 315 56 25 0 24 317 61 76
Binary 1101110 10100010 11001101 101110 10101 0 10100 11001111 110001 111110

Color Harmonies of #6EA2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA2CD

Black with #6EA2CD

Text Example


Text Example

White with #6EA2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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