#6394cd

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

Shades of Picton Blue #6394CD

Tints of Picton Blue #6394CD

Color information

#6394CD (or 0x6394CD) is unknown color: approx Picton Blue. HEX triplet: 63, 94 and CD. RGB value is (99,148,205). Sum of RGB (Red+Green+Blue) = 99+148+205=452 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.90% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #6394CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6394CD is #9C6B32. Grayscale: #8B8B8B. Windows color (decimal): -10251059 or 13472867. OLE color: 13472867.

HSL color Cylindrical-coordinate representation of color #6394CD: hue angle of 212.26º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6394CD is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB99148205-
CMYK0.520.2800.20
HSL212.26º51.46%59.61%-
HSV(B)212.26º51.71%80.39%-
XYZ26.7528.2461.8-
YUV139.85164.7798.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.90%
GREEN value IS 148 (58.20% from 255) = 32.74%
BLUE value IS 205 (80.47% from 255) = 45.35%
R=21.90%
G=32.74%
B=45.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991482050.520.2800.20212.2651.4659.61
Hex6394CD341C014d4333c
Octal14322431564340243246374
Binary110001110010100110011011101001110001010011010100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6394cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6394cd; }

 p { color: rgb(99,148,205); }

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

<style>
 a { background-color: #6394cd; }

 a { background-color: rgb(99,148,205); }

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

<style>
 span { border-color: #6394cd; }

 span { border-color: rgb(99,148,205); }

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