Html Css Color HEX #6281DC Cornflower Blue

📋 copy color: '#6281DC'

red 98 ◦ green 129 ◦ blue 220

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

Shades of Cornflower Blue #6281DC

Tints of Cornflower Blue #6281DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.86%

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 21.92%
G = 28.86%
B = 49.22%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6281DC (or 0x6281DC) is known color: Cornflower Blue. HEX triplet: 62, 81 and DC. RGB value is (98,129,220). Sum of RGB (Red+Green+Blue) = 98+129+220=447 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.92% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #6281DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6281DC is #9D7E23. Grayscale: #818181. Windows color (decimal): -10321444 or 14451042. OLE color: 14451042.

HSL color Cylindrical-coordinate representation of color #6281DC: hue angle of 224.75º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6281DC is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 129 220 -
CMYK 0.55 0.41 0 0.14
HSL 224.75º 0.64% 0.62% -
HSV(B) 224.75º 0.55% 0.86% -
XYZ 25.81 23.46 70.88 -
YUV 130.11 178.73 105.1 -
System Red Green Blue C M Y K H S L
Decimal 98 129 220 0.55 0.41 0 0.14 224.75 0.64 0.62
Hex 62 81 DC 37 29 0 E E1 40 3E
Octal 142 201 334 67 51 0 16 341 100 76
Binary 1100010 10000001 11011100 110111 101001 0 1110 11100001 1000000 111110

Color Harmonies of #6281DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6281DC

Black with #6281DC

Text Example


Text Example

White with #6281DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6281DC; }

 p { color: rgb(98,129,220); }

 H1.HeaderClassName
 {
   color: #6281DC;
 }
 .AnyTagClassName
 {
   color: #6281DC;
 }
</style>

background-color css

<style>
 a { background-color: #6281DC; }

 a { background-color: rgb(98,129,220); }

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

border-color css

<style>
 span { border-color: #6281DC; }

 span { border-color: rgb(98,129,220); }

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