Html Css Color HEX #6EA7CC Picton Blue

📋 copy color: '#6EA7CC'

red 110 ◦ green 167 ◦ blue 204

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

Shades of Picton Blue #6EA7CC

Tints of Picton Blue #6EA7CC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.72%

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 22.87%
G = 34.72%
B = 42.41%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6EA7CC (or 0x6EA7CC) is known color: Picton Blue. HEX triplet: 6E, A7 and CC. RGB value is (110,167,204). Sum of RGB (Red+Green+Blue) = 110+167+204=481 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.87% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EA7CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA7CC is #915833. Grayscale: #999999. Windows color (decimal): -9525300 or 13412206. OLE color: 13412206.

HSL color Cylindrical-coordinate representation of color #6EA7CC: hue angle of 203.62º degrees, saturation: 0.48, 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 #6EA7CC is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 110 167 204 -
CMYK 0.46 0.18 0 0.2
HSL 203.62º 0.48% 0.62% -
HSV(B) 203.62º 0.46% 0.8% -
XYZ 31.15 35.31 62.3 -
YUV 154.18 156.12 96.49 -
System Red Green Blue C M Y K H S L
Decimal 110 167 204 0.46 0.18 0 0.2 203.62 0.48 0.62
Hex 6E A7 CC 2E 12 0 14 CC 30 3E
Octal 156 247 314 56 22 0 24 314 60 76
Binary 1101110 10100111 11001100 101110 10010 0 10100 11001100 110000 111110

Color Harmonies of #6EA7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA7CC

Black with #6EA7CC

Text Example


Text Example

White with #6EA7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,167,204); }

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

background-color css

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

 a { background-color: rgb(110,167,204); }

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

border-color css

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

 span { border-color: rgb(110,167,204); }

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