Html Css Color HEX #639CFC Cornflower Blue

📋 copy color: '#639CFC'

red 99 ◦ green 156 ◦ blue 252

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

Shades of Cornflower Blue #639CFC

Tints of Cornflower Blue #639CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 19.53%
G = 30.77%
B = 49.7%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#639CFC (or 0x639CFC) is known color: Cornflower Blue. HEX triplet: 63, 9C and FC. RGB value is (99,156,252). Sum of RGB (Red+Green+Blue) = 99+156+252=507 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.53% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #639CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639CFC is #9C6303. Grayscale: #959595. Windows color (decimal): -10248964 or 16555107. OLE color: 16555107.

HSL color Cylindrical-coordinate representation of color #639CFC: hue angle of 217.65º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #639CFC is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 156 252 -
CMYK 0.61 0.38 0 0.01
HSL 217.65º 0.96% 0.69% -
HSV(B) 217.65º 0.61% 0.99% -
XYZ 34.6 33.46 96.73 -
YUV 149.9 185.62 91.69 -
System Red Green Blue C M Y K H S L
Decimal 99 156 252 0.61 0.38 0 0.01 217.65 0.96 0.69
Hex 63 9C FC 3D 26 0 1 DA 60 45
Octal 143 234 374 75 46 0 1 332 140 105
Binary 1100011 10011100 11111100 111101 100110 0 1 11011010 1100000 1000101

Color Harmonies of #639CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639CFC

Black with #639CFC

Text Example


Text Example

White with #639CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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