Html Css Color HEX #6EA2CE Picton Blue

📋 copy color: '#6EA2CE'

red 110 ◦ green 162 ◦ blue 206

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

Shades of Picton Blue #6EA2CE

Tints of Picton Blue #6EA2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 23.01%
G = 33.89%
B = 43.1%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6EA2CE (or 0x6EA2CE) is known color: Picton Blue. HEX triplet: 6E, A2 and CE. RGB value is (110,162,206). Sum of RGB (Red+Green+Blue) = 110+162+206=478 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.01% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #6EA2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA2CE is #915D31. Grayscale: #979797. Windows color (decimal): -9526578 or 13541998. OLE color: 13541998.

HSL color Cylindrical-coordinate representation of color #6EA2CE: hue angle of 207.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EA2CE is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 162 206 -
CMYK 0.47 0.21 0 0.19
HSL 207.5º 0.49% 0.62% -
HSV(B) 207.5º 0.47% 0.81% -
XYZ 30.49 33.61 63.27 -
YUV 151.47 158.77 98.42 -
System Red Green Blue C M Y K H S L
Decimal 110 162 206 0.47 0.21 0 0.19 207.5 0.49 0.62
Hex 6E A2 CE 2F 15 0 13 D0 31 3E
Octal 156 242 316 57 25 0 23 320 61 76
Binary 1101110 10100010 11001110 101111 10101 0 10011 11010000 110001 111110

Color Harmonies of #6EA2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA2CE

Black with #6EA2CE

Text Example


Text Example

White with #6EA2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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