Html Css Color HEX #638ED6 Cornflower Blue

📋 copy color: '#638ED6'

red 99 ◦ green 142 ◦ blue 214

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

Shades of Cornflower Blue #638ED6

Tints of Cornflower Blue #638ED6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.21%

 BLUE value IS 214 (83.98% from 255) = 47.03%

R = 21.76%
G = 31.21%
B = 47.03%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#638ED6 (or 0x638ED6) is known color: Cornflower Blue. HEX triplet: 63, 8E and D6. RGB value is (99,142,214). Sum of RGB (Red+Green+Blue) = 99+142+214=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #638ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638ED6 is #9C7129. Grayscale: #898989. Windows color (decimal): -10252586 or 14061155. OLE color: 14061155.

HSL color Cylindrical-coordinate representation of color #638ED6: hue angle of 217.57º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #638ED6 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 142 214 -
CMYK 0.54 0.34 0 0.16
HSL 217.57º 0.58% 0.61% -
HSV(B) 217.57º 0.54% 0.84% -
XYZ 26.96 26.85 67.38 -
YUV 137.35 171.25 100.65 -
System Red Green Blue C M Y K H S L
Decimal 99 142 214 0.54 0.34 0 0.16 217.57 0.58 0.61
Hex 63 8E D6 36 22 0 10 DA 3A 3D
Octal 143 216 326 66 42 0 20 332 72 75
Binary 1100011 10001110 11010110 110110 100010 0 10000 11011010 111010 111101

Color Harmonies of #638ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638ED6

Black with #638ED6

Text Example


Text Example

White with #638ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638ED6; }

 p { color: rgb(99,142,214); }

 H1.HeaderClassName
 {
   color: #638ED6;
 }
 .AnyTagClassName
 {
   color: #638ED6;
 }
</style>

background-color css

<style>
 a { background-color: #638ED6; }

 a { background-color: rgb(99,142,214); }

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

border-color css

<style>
 span { border-color: #638ED6; }

 span { border-color: rgb(99,142,214); }

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