Html Css Color HEX #6385FC Cornflower Blue

📋 copy color: '#6385FC'

red 99 ◦ green 133 ◦ blue 252

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

Shades of Cornflower Blue #6385FC

Tints of Cornflower Blue #6385FC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.48%

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

R = 20.45%
G = 27.48%
B = 52.07%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6385FC (or 0x6385FC) is known color: Cornflower Blue. HEX triplet: 63, 85 and FC. RGB value is (99,133,252). Sum of RGB (Red+Green+Blue) = 99+133+252=484 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.45% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #6385FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6385FC is #9C7A03. Grayscale: #878787. Windows color (decimal): -10254852 or 16549219. OLE color: 16549219.

HSL color Cylindrical-coordinate representation of color #6385FC: hue angle of 226.67º 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 #6385FC is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 133 252 -
CMYK 0.61 0.47 0 0.01
HSL 226.67º 0.96% 0.69% -
HSV(B) 226.67º 0.61% 0.99% -
XYZ 31.1 26.46 95.56 -
YUV 136.4 193.24 101.32 -
System Red Green Blue C M Y K H S L
Decimal 99 133 252 0.61 0.47 0 0.01 226.67 0.96 0.69
Hex 63 85 FC 3D 2F 0 1 E3 60 45
Octal 143 205 374 75 57 0 1 343 140 105
Binary 1100011 10000101 11111100 111101 101111 0 1 11100011 1100000 1000101

Color Harmonies of #6385FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6385FC

Black with #6385FC

Text Example


Text Example

White with #6385FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6385FC; }

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

 H1.HeaderClassName
 {
   color: #6385FC;
 }
 .AnyTagClassName
 {
   color: #6385FC;
 }
</style>

background-color css

<style>
 a { background-color: #6385FC; }

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

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

border-color css

<style>
 span { border-color: #6385FC; }

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

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