Html Css Color HEX #6288FE Cornflower Blue

📋 copy color: '#6288FE'

red 98 ◦ green 136 ◦ blue 254

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

Shades of Cornflower Blue #6288FE

Tints of Cornflower Blue #6288FE

RGB

 RED value IS 98 (38.67% from 255) = 20.08%

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

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

R = 20.08%
G = 27.87%
B = 52.05%

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

#6288FE (or 0x6288FE) is known color: Cornflower Blue. HEX triplet: 62, 88 and FE. RGB value is (98,136,254). Sum of RGB (Red+Green+Blue) = 98+136+254=488 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.08% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #6288FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6288FE is #9D7701. Grayscale: #898989. Windows color (decimal): -10319618 or 16681058. OLE color: 16681058.

HSL color Cylindrical-coordinate representation of color #6288FE: hue angle of 225.38º 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 #6288FE is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 98 136 254 -
CMYK 0.61 0.46 0 0.00
HSL 225.38º 0.99% 0.69% -
HSV(B) 225.38º 0.61% 1% -
XYZ 31.73 27.36 97.37 -
YUV 138.09 193.41 99.41 -
System Red Green Blue C M Y K H S L
Decimal 98 136 254 0.61 0.46 0 0.00 225.38 0.99 0.69
Hex 62 88 FE 3D 2E 0 0 E1 63 45
Octal 142 210 376 75 56 0 0 341 143 105
Binary 1100010 10001000 11111110 111101 101110 0 0 11100001 1100011 1000101

Color Harmonies of #6288FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6288FE

Black with #6288FE

Text Example


Text Example

White with #6288FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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