Html Css Color HEX #639BDF Cornflower Blue

📋 copy color: '#639BDF'

red 99 ◦ green 155 ◦ blue 223

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

Shades of Cornflower Blue #639BDF

Tints of Cornflower Blue #639BDF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.49%

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 20.75%
G = 32.49%
B = 46.75%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#639BDF (or 0x639BDF) is known color: Cornflower Blue. HEX triplet: 63, 9B and DF. RGB value is (99,155,223). Sum of RGB (Red+Green+Blue) = 99+155+223=477 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.75% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #639BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639BDF is #9C6420. Grayscale: #919191. Windows color (decimal): -10249249 or 14654307. OLE color: 14654307.

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

Color convert

RGB 99 155 223 -
CMYK 0.56 0.30 0 0.13
HSL 212.9º 0.66% 0.63% -
HSV(B) 212.9º 0.56% 0.87% -
XYZ 30.19 31.42 74.29 -
YUV 146.01 171.45 94.47 -
System Red Green Blue C M Y K H S L
Decimal 99 155 223 0.56 0.30 0 0.13 212.9 0.66 0.63
Hex 63 9B DF 38 1E 0 D D5 42 3F
Octal 143 233 337 70 36 0 15 325 102 77
Binary 1100011 10011011 11011111 111000 11110 0 1101 11010101 1000010 111111

Color Harmonies of #639BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639BDF

Black with #639BDF

Text Example


Text Example

White with #639BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,155,223); }

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

background-color css

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

 a { background-color: rgb(99,155,223); }

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

border-color css

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

 span { border-color: rgb(99,155,223); }

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