Html Css Color HEX #639CDC Picton Blue

📋 copy color: '#639CDC'

red 99 ◦ green 156 ◦ blue 220

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

Shades of Picton Blue #639CDC

Tints of Picton Blue #639CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 20.84%
G = 32.84%
B = 46.32%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#639CDC (or 0x639CDC) is known color: Picton Blue. HEX triplet: 63, 9C and DC. RGB value is (99,156,220). Sum of RGB (Red+Green+Blue) = 99+156+220=475 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.84% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #639CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CDC is #9C6323. Grayscale: #919191. Windows color (decimal): -10248996 or 14457955. OLE color: 14457955.

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

Color convert

RGB 99 156 220 -
CMYK 0.55 0.29 0 0.14
HSL 211.74º 0.63% 0.63% -
HSV(B) 211.74º 0.55% 0.86% -
XYZ 29.95 31.6 72.23 -
YUV 146.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 99 156 220 0.55 0.29 0 0.14 211.74 0.63 0.63
Hex 63 9C DC 37 1D 0 E D4 3F 3F
Octal 143 234 334 67 35 0 16 324 77 77
Binary 1100011 10011100 11011100 110111 11101 0 1110 11010100 111111 111111

Color Harmonies of #639CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639CDC

Black with #639CDC

Text Example


Text Example

White with #639CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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