Html Css Color HEX #639CDA Picton Blue

📋 copy color: '#639CDA'

red 99 ◦ green 156 ◦ blue 218

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

Shades of Picton Blue #639CDA

Tints of Picton Blue #639CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 20.93%
G = 32.98%
B = 46.09%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#639CDA (or 0x639CDA) is known color: Picton Blue. HEX triplet: 63, 9C and DA. RGB value is (99,156,218). Sum of RGB (Red+Green+Blue) = 99+156+218=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #639CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CDA is #9C6325. Grayscale: #919191. Windows color (decimal): -10248998 or 14326883. OLE color: 14326883.

HSL color Cylindrical-coordinate representation of color #639CDA: hue angle of 211.26º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #639CDA is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 156 218 -
CMYK 0.55 0.28 0 0.15
HSL 211.26º 0.62% 0.62% -
HSV(B) 211.26º 0.55% 0.85% -
XYZ 29.69 31.49 70.84 -
YUV 146.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 99 156 218 0.55 0.28 0 0.15 211.26 0.62 0.62
Hex 63 9C DA 37 1C 0 F D3 3E 3E
Octal 143 234 332 67 34 0 17 323 76 76
Binary 1100011 10011100 11011010 110111 11100 0 1111 11010011 111110 111110

Color Harmonies of #639CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639CDA

Black with #639CDA

Text Example


Text Example

White with #639CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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