Html Css Color HEX #6282DF Cornflower Blue

📋 copy color: '#6282DF'

red 98 ◦ green 130 ◦ blue 223

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

Shades of Cornflower Blue #6282DF

Tints of Cornflower Blue #6282DF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.82%

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 21.73%
G = 28.82%
B = 49.45%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6282DF (or 0x6282DF) is known color: Cornflower Blue. HEX triplet: 62, 82 and DF. RGB value is (98,130,223). Sum of RGB (Red+Green+Blue) = 98+130+223=451 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.73% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #6282DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6282DF is #9D7D20. Grayscale: #828282. Windows color (decimal): -10321185 or 14647906. OLE color: 14647906.

HSL color Cylindrical-coordinate representation of color #6282DF: hue angle of 224.64º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6282DF is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 130 223 -
CMYK 0.56 0.42 0 0.13
HSL 224.64º 0.66% 0.63% -
HSV(B) 224.64º 0.56% 0.87% -
XYZ 26.34 23.89 73.04 -
YUV 131.03 179.9 104.44 -
System Red Green Blue C M Y K H S L
Decimal 98 130 223 0.56 0.42 0 0.13 224.64 0.66 0.63
Hex 62 82 DF 38 2A 0 D E1 42 3F
Octal 142 202 337 70 52 0 15 341 102 77
Binary 1100010 10000010 11011111 111000 101010 0 1101 11100001 1000010 111111

Color Harmonies of #6282DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6282DF

Black with #6282DF

Text Example


Text Example

White with #6282DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6282DF; }

 p { color: rgb(98,130,223); }

 H1.HeaderClassName
 {
   color: #6282DF;
 }
 .AnyTagClassName
 {
   color: #6282DF;
 }
</style>

background-color css

<style>
 a { background-color: #6282DF; }

 a { background-color: rgb(98,130,223); }

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

border-color css

<style>
 span { border-color: #6282DF; }

 span { border-color: rgb(98,130,223); }

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