Html Css Color HEX #6388FE Cornflower Blue

📋 copy color: '#6388FE'

red 99 ◦ green 136 ◦ blue 254

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

Shades of Cornflower Blue #6388FE

Tints of Cornflower Blue #6388FE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.81%

 BLUE value IS 254 (99.61% from 255) = 51.94%

R = 20.25%
G = 27.81%
B = 51.94%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6388FE (or 0x6388FE) is known color: Cornflower Blue. HEX triplet: 63, 88 and FE. RGB value is (99,136,254). Sum of RGB (Red+Green+Blue) = 99+136+254=489 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.25% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #6388FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6388FE is #9C7701. Grayscale: #898989. Windows color (decimal): -10254082 or 16681059. OLE color: 16681059.

HSL color Cylindrical-coordinate representation of color #6388FE: hue angle of 225.68º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6388FE is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 99 136 254 -
CMYK 0.61 0.46 0 0.00
HSL 225.68º 0.99% 0.69% -
HSV(B) 225.68º 0.61% 1% -
XYZ 31.84 27.42 97.38 -
YUV 138.39 193.24 99.91 -
System Red Green Blue C M Y K H S L
Decimal 99 136 254 0.61 0.46 0 0.00 225.68 0.99 0.69
Hex 63 88 FE 3D 2E 0 0 E2 63 45
Octal 143 210 376 75 56 0 0 342 143 105
Binary 1100011 10001000 11111110 111101 101110 0 0 11100010 1100011 1000101

Color Harmonies of #6388FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6388FE

Black with #6388FE

Text Example


Text Example

White with #6388FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6388FE; }

 p { color: rgb(99,136,254); }

 H1.HeaderClassName
 {
   color: #6388FE;
 }
 .AnyTagClassName
 {
   color: #6388FE;
 }
</style>

background-color css

<style>
 a { background-color: #6388FE; }

 a { background-color: rgb(99,136,254); }

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

border-color css

<style>
 span { border-color: #6388FE; }

 span { border-color: rgb(99,136,254); }

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