#6E99CD

Color #6E99CD Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #6E99CD

Tints of Picton Blue #6E99CD

Color information

#6E99CD (or 0x6E99CD) is unknown color: approx Picton Blue. HEX triplet: 6E, 99 and CD. RGB value is (110,153,205). Sum of RGB (Red+Green+Blue) = 110+153+205=468 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.50% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E99CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E99CD is #916632. Grayscale: #919191. Windows color (decimal): -9528883 or 13474158. OLE color: 13474158.

HSL color Cylindrical-coordinate representation of color #6E99CD: hue angle of 212.84º degrees, saturation: 0.49, 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 #6E99CD is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB110153205-
CMYK0.460.2500.20
HSL212.84º48.72%61.76%-
HSV(B)212.84º46.34%80.39%-
XYZ28.8430.5162.13-
YUV146.07161.25102.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.50%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=23.50%
G=32.69%
B=43.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101532050.460.2500.20212.8448.7261.76
Hex6E99CD2E19014d5313e
Octal15623131556310243256176
Binary110111010011001110011011011101100101010011010101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E99CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,153,205); }

 H1.HeaderClassName
 {
   color: #6E99CD;
 }
 .AnyTagClassName
 {
   color: #6E99CD;
 }
</style>
background-color css

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

 a { background-color: rgb(110,153,205); }

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

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

 span { border-color: rgb(110,153,205); }

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