Html Css Color HEX #6483DA Cornflower Blue

📋 copy color: '#6483DA'

red 100 ◦ green 131 ◦ blue 218

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

Shades of Cornflower Blue #6483DA

Tints of Cornflower Blue #6483DA

RGB

 RED value IS 100 (39.45% from 255) = 22.27%

 GREEN value IS 131 (51.56% from 255) = 29.18%

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 22.27%
G = 29.18%
B = 48.55%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6483DA (or 0x6483DA) is known color: Cornflower Blue. HEX triplet: 64, 83 and DA. RGB value is (100,131,218). Sum of RGB (Red+Green+Blue) = 100+131+218=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #6483DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6483DA is #9B7C25. Grayscale: #838383. Windows color (decimal): -10189862 or 14320484. OLE color: 14320484.

HSL color Cylindrical-coordinate representation of color #6483DA: hue angle of 224.24º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6483DA is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 131 218 -
CMYK 0.54 0.40 0 0.15
HSL 224.24º 0.61% 0.62% -
HSV(B) 224.24º 0.54% 0.85% -
XYZ 26.03 24 69.59 -
YUV 131.65 176.73 105.43 -
System Red Green Blue C M Y K H S L
Decimal 100 131 218 0.54 0.40 0 0.15 224.24 0.61 0.62
Hex 64 83 DA 36 28 0 F E0 3D 3E
Octal 144 203 332 66 50 0 17 340 75 76
Binary 1100100 10000011 11011010 110110 101000 0 1111 11100000 111101 111110

Color Harmonies of #6483DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6483DA

Black with #6483DA

Text Example


Text Example

White with #6483DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6483DA; }

 p { color: rgb(100,131,218); }

 H1.HeaderClassName
 {
   color: #6483DA;
 }
 .AnyTagClassName
 {
   color: #6483DA;
 }
</style>

background-color css

<style>
 a { background-color: #6483DA; }

 a { background-color: rgb(100,131,218); }

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

border-color css

<style>
 span { border-color: #6483DA; }

 span { border-color: rgb(100,131,218); }

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