Html Css Color HEX #6D8AF1 Cornflower Blue

📋 copy color: '#6D8AF1'

red 109 ◦ green 138 ◦ blue 241

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

Shades of Cornflower Blue #6D8AF1

Tints of Cornflower Blue #6D8AF1

RGB

 RED value IS 109 (42.97% from 255) = 22.34%

 GREEN value IS 138 (54.3% from 255) = 28.28%

 BLUE value IS 241 (94.53% from 255) = 49.39%

R = 22.34%
G = 28.28%
B = 49.39%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6D8AF1 (or 0x6D8AF1) is known color: Cornflower Blue. HEX triplet: 6D, 8A and F1. RGB value is (109,138,241). Sum of RGB (Red+Green+Blue) = 109+138+241=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #6D8AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8AF1 is #92750E. Grayscale: #8C8C8C. Windows color (decimal): -9598223 or 15829613. OLE color: 15829613.

HSL color Cylindrical-coordinate representation of color #6D8AF1: hue angle of 226.82º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D8AF1 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 109 138 241 -
CMYK 0.55 0.43 0 0.05
HSL 226.82º 0.83% 0.69% -
HSV(B) 226.82º 0.55% 0.95% -
XYZ 31.27 27.78 86.93 -
YUV 141.07 184.39 105.12 -
System Red Green Blue C M Y K H S L
Decimal 109 138 241 0.55 0.43 0 0.05 226.82 0.83 0.69
Hex 6D 8A F1 37 2B 0 5 E3 52 45
Octal 155 212 361 67 53 0 5 343 122 105
Binary 1101101 10001010 11110001 110111 101011 0 101 11100011 1010010 1000101

Color Harmonies of #6D8AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8AF1

Black with #6D8AF1

Text Example


Text Example

White with #6D8AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D8AF1; }

 p { color: rgb(109,138,241); }

 H1.HeaderClassName
 {
   color: #6D8AF1;
 }
 .AnyTagClassName
 {
   color: #6D8AF1;
 }
</style>

background-color css

<style>
 a { background-color: #6D8AF1; }

 a { background-color: rgb(109,138,241); }

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

border-color css

<style>
 span { border-color: #6D8AF1; }

 span { border-color: rgb(109,138,241); }

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