Html Css Color HEX #639CDD Picton Blue

📋 copy color: '#639CDD'

red 99 ◦ green 156 ◦ blue 221

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

Shades of Picton Blue #639CDD

Tints of Picton Blue #639CDD

RGB

 RED value IS 99 (39.06% from 255) = 20.8%

 GREEN value IS 156 (61.33% from 255) = 32.77%

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 20.8%
G = 32.77%
B = 46.43%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#639CDD (or 0x639CDD) is known color: Picton Blue. HEX triplet: 63, 9C and DD. RGB value is (99,156,221). Sum of RGB (Red+Green+Blue) = 99+156+221=476 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.80% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #639CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CDD is #9C6322. Grayscale: #929292. Windows color (decimal): -10248995 or 14523491. OLE color: 14523491.

HSL color Cylindrical-coordinate representation of color #639CDD: hue angle of 211.97º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #639CDD is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 156 221 -
CMYK 0.55 0.29 0 0.13
HSL 211.97º 0.64% 0.63% -
HSV(B) 211.97º 0.55% 0.87% -
XYZ 30.09 31.65 72.93 -
YUV 146.37 170.12 94.21 -
System Red Green Blue C M Y K H S L
Decimal 99 156 221 0.55 0.29 0 0.13 211.97 0.64 0.63
Hex 63 9C DD 37 1D 0 D D4 40 3F
Octal 143 234 335 67 35 0 15 324 100 77
Binary 1100011 10011100 11011101 110111 11101 0 1101 11010100 1000000 111111

Color Harmonies of #639CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639CDD

Black with #639CDD

Text Example


Text Example

White with #639CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639CDD; }

 p { color: rgb(99,156,221); }

 H1.HeaderClassName
 {
   color: #639CDD;
 }
 .AnyTagClassName
 {
   color: #639CDD;
 }
</style>

background-color css

<style>
 a { background-color: #639CDD; }

 a { background-color: rgb(99,156,221); }

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

border-color css

<style>
 span { border-color: #639CDD; }

 span { border-color: rgb(99,156,221); }

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