Html Css Color HEX #6EA6CE Picton Blue

📋 copy color: '#6EA6CE'

red 110 ◦ green 166 ◦ blue 206

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

Shades of Picton Blue #6EA6CE

Tints of Picton Blue #6EA6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.44%

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

R = 22.82%
G = 34.44%
B = 42.74%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6EA6CE (or 0x6EA6CE) is known color: Picton Blue. HEX triplet: 6E, A6 and CE. RGB value is (110,166,206). Sum of RGB (Red+Green+Blue) = 110+166+206=482 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.82% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #6EA6CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA6CE is #915931. Grayscale: #999999. Windows color (decimal): -9525554 or 13543022. OLE color: 13543022.

HSL color Cylindrical-coordinate representation of color #6EA6CE: hue angle of 205º 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 #6EA6CE is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 166 206 -
CMYK 0.47 0.19 0 0.19
HSL 205º 0.49% 0.62% -
HSV(B) 205º 0.47% 0.81% -
XYZ 31.21 35.04 63.51 -
YUV 153.82 157.45 96.75 -
System Red Green Blue C M Y K H S L
Decimal 110 166 206 0.47 0.19 0 0.19 205 0.49 0.62
Hex 6E A6 CE 2F 13 0 13 CD 31 3E
Octal 156 246 316 57 23 0 23 315 61 76
Binary 1101110 10100110 11001110 101111 10011 0 10011 11001101 110001 111110

Color Harmonies of #6EA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA6CE

Black with #6EA6CE

Text Example


Text Example

White with #6EA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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