Html Css Color HEX #6285FF Cornflower Blue

📋 copy color: '#6285FF'

red 98 ◦ green 133 ◦ blue 255

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

Shades of Cornflower Blue #6285FF

Tints of Cornflower Blue #6285FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.47%

R = 20.16%
G = 27.37%
B = 52.47%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6285FF (or 0x6285FF) is known color: Cornflower Blue. HEX triplet: 62, 85 and FF. RGB value is (98,133,255). Sum of RGB (Red+Green+Blue) = 98+133+255=486 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.16% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #6285FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6285FF is #9D7A00. Grayscale: #878787. Windows color (decimal): -10320385 or 16745826. OLE color: 16745826.

HSL color Cylindrical-coordinate representation of color #6285FF: hue angle of 226.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6285FF is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 98 133 255 -
CMYK 0.62 0.48 0 0
HSL 226.62º 1% 0.69% -
HSV(B) 226.62º 0.62% 1% -
XYZ 31.47 26.59 98.08 -
YUV 136.44 194.9 100.58 -
System Red Green Blue C M Y K H S L
Decimal 98 133 255 0.62 0.48 0 0 226.62 1 0.69
Hex 62 85 FF 3E 30 0 0 E3 64 45
Octal 142 205 377 76 60 0 0 343 144 105
Binary 1100010 10000101 11111111 111110 110000 0 0 11100011 1100100 1000101

Color Harmonies of #6285FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6285FF

Black with #6285FF

Text Example


Text Example

White with #6285FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6285FF; }

 p { color: rgb(98,133,255); }

 H1.HeaderClassName
 {
   color: #6285FF;
 }
 .AnyTagClassName
 {
   color: #6285FF;
 }
</style>

background-color css

<style>
 a { background-color: #6285FF; }

 a { background-color: rgb(98,133,255); }

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

border-color css

<style>
 span { border-color: #6285FF; }

 span { border-color: rgb(98,133,255); }

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