Html Css Color HEX #639EEE Cornflower Blue

📋 copy color: '#639EEE'

red 99 ◦ green 158 ◦ blue 238

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

Shades of Cornflower Blue #639EEE

Tints of Cornflower Blue #639EEE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.92%

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 20%
G = 31.92%
B = 48.08%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#639EEE (or 0x639EEE) is known color: Cornflower Blue. HEX triplet: 63, 9E and EE. RGB value is (99,158,238). Sum of RGB (Red+Green+Blue) = 99+158+238=495 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #639EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639EEE is #9C6111. Grayscale: #959595. Windows color (decimal): -10248466 or 15638115. OLE color: 15638115.

HSL color Cylindrical-coordinate representation of color #639EEE: hue angle of 214.53º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #639EEE is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 158 238 -
CMYK 0.58 0.34 0 0.07
HSL 214.53º 0.8% 0.66% -
HSV(B) 214.53º 0.58% 0.93% -
XYZ 32.81 33.28 85.58 -
YUV 149.48 177.95 92 -
System Red Green Blue C M Y K H S L
Decimal 99 158 238 0.58 0.34 0 0.07 214.53 0.8 0.66
Hex 63 9E EE 3A 22 0 7 D7 50 42
Octal 143 236 356 72 42 0 7 327 120 102
Binary 1100011 10011110 11101110 111010 100010 0 111 11010111 1010000 1000010

Color Harmonies of #639EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639EEE

Black with #639EEE

Text Example


Text Example

White with #639EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,158,238); }

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

background-color css

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

 a { background-color: rgb(99,158,238); }

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

border-color css

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

 span { border-color: rgb(99,158,238); }

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