Html Css Color HEX #6D8AFF Cornflower Blue

📋 copy color: '#6D8AFF'

red 109 ◦ green 138 ◦ blue 255

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

Shades of Cornflower Blue #6D8AFF

Tints of Cornflower Blue #6D8AFF

RGB

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

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

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

R = 21.71%
G = 27.49%
B = 50.8%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D8AFF (or 0x6D8AFF) is known color: Cornflower Blue. HEX triplet: 6D, 8A and FF. RGB value is (109,138,255). Sum of RGB (Red+Green+Blue) = 109+138+255=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D8AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8AFF is #927500. Grayscale: #8E8E8E. Windows color (decimal): -9598209 or 16747117. OLE color: 16747117.

HSL color Cylindrical-coordinate representation of color #6D8AFF: hue angle of 228.08º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D8AFF is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 109 138 255 -
CMYK 0.57 0.46 0 0
HSL 228.08º 1% 0.71% -
HSV(B) 228.08º 0.57% 1% -
XYZ 33.45 28.65 98.37 -
YUV 142.67 191.39 103.99 -
System Red Green Blue C M Y K H S L
Decimal 109 138 255 0.57 0.46 0 0 228.08 1 0.71
Hex 6D 8A FF 39 2E 0 0 E4 64 47
Octal 155 212 377 71 56 0 0 344 144 107
Binary 1101101 10001010 11111111 111001 101110 0 0 11100100 1100100 1000111

Color Harmonies of #6D8AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8AFF

Black with #6D8AFF

Text Example


Text Example

White with #6D8AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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