Html Css Color HEX #6E9FCC Picton Blue

📋 copy color: '#6E9FCC'

red 110 ◦ green 159 ◦ blue 204

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

Shades of Picton Blue #6E9FCC

Tints of Picton Blue #6E9FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.62%

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

R = 23.26%
G = 33.62%
B = 43.13%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6E9FCC (or 0x6E9FCC) is known color: Picton Blue. HEX triplet: 6E, 9F and CC. RGB value is (110,159,204). Sum of RGB (Red+Green+Blue) = 110+159+204=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E9FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9FCC is #916033. Grayscale: #959595. Windows color (decimal): -9527348 or 13410158. OLE color: 13410158.

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

Color convert

RGB 110 159 204 -
CMYK 0.46 0.22 0 0.2
HSL 208.72º 0.48% 0.62% -
HSV(B) 208.72º 0.46% 0.8% -
XYZ 29.73 32.47 61.83 -
YUV 149.48 158.77 99.84 -
System Red Green Blue C M Y K H S L
Decimal 110 159 204 0.46 0.22 0 0.2 208.72 0.48 0.62
Hex 6E 9F CC 2E 16 0 14 D1 30 3E
Octal 156 237 314 56 26 0 24 321 60 76
Binary 1101110 10011111 11001100 101110 10110 0 10100 11010001 110000 111110

Color Harmonies of #6E9FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9FCC

Black with #6E9FCC

Text Example


Text Example

White with #6E9FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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