Html Css Color HEX #6EA4CE Picton Blue

📋 copy color: '#6EA4CE'

red 110 ◦ green 164 ◦ blue 206

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

Shades of Picton Blue #6EA4CE

Tints of Picton Blue #6EA4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.17%

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

R = 22.92%
G = 34.17%
B = 42.92%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6EA4CE (or 0x6EA4CE) is known color: Picton Blue. HEX triplet: 6E, A4 and CE. RGB value is (110,164,206). Sum of RGB (Red+Green+Blue) = 110+164+206=480 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.92% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #6EA4CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA4CE is #915B31. Grayscale: #989898. Windows color (decimal): -9526066 or 13542510. OLE color: 13542510.

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

Color convert

RGB 110 164 206 -
CMYK 0.47 0.20 0 0.19
HSL 206.25º 0.49% 0.62% -
HSV(B) 206.25º 0.47% 0.81% -
XYZ 30.85 34.32 63.39 -
YUV 152.64 158.11 97.58 -
System Red Green Blue C M Y K H S L
Decimal 110 164 206 0.47 0.20 0 0.19 206.25 0.49 0.62
Hex 6E A4 CE 2F 14 0 13 CE 31 3E
Octal 156 244 316 57 24 0 23 316 61 76
Binary 1101110 10100100 11001110 101111 10100 0 10011 11001110 110001 111110

Color Harmonies of #6EA4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA4CE

Black with #6EA4CE

Text Example


Text Example

White with #6EA4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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