Html Css Color HEX #639ADC Picton Blue

📋 copy color: '#639ADC'

red 99 ◦ green 154 ◦ blue 220

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

Shades of Picton Blue #639ADC

Tints of Picton Blue #639ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.56%

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

R = 20.93%
G = 32.56%
B = 46.51%

CMYK

 C value IS 0.55

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#639ADC (or 0x639ADC) is known color: Picton Blue. HEX triplet: 63, 9A and DC. RGB value is (99,154,220). Sum of RGB (Red+Green+Blue) = 99+154+220=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #639ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639ADC is #9C6523. Grayscale: #909090. Windows color (decimal): -10249508 or 14457443. OLE color: 14457443.

HSL color Cylindrical-coordinate representation of color #639ADC: hue angle of 212.73º 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 #639ADC is Cyan = 0.55, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 154 220 -
CMYK 0.55 0.3 0 0.14
HSL 212.73º 0.63% 0.63% -
HSV(B) 212.73º 0.55% 0.86% -
XYZ 29.62 30.93 72.12 -
YUV 145.08 170.28 95.13 -
System Red Green Blue C M Y K H S L
Decimal 99 154 220 0.55 0.3 0 0.14 212.73 0.63 0.63
Hex 63 9A DC 37 1E 0 E D5 3F 3F
Octal 143 232 334 67 36 0 16 325 77 77
Binary 1100011 10011010 11011100 110111 11110 0 1110 11010101 111111 111111

Color Harmonies of #639ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639ADC

Black with #639ADC

Text Example


Text Example

White with #639ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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