Html Css Color HEX #6A7FDD Cornflower Blue

📋 copy color: '#6A7FDD'

red 106 ◦ green 127 ◦ blue 221

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

Shades of Cornflower Blue #6A7FDD

Tints of Cornflower Blue #6A7FDD

RGB

 RED value IS 106 (41.8% from 255) = 23.35%

 GREEN value IS 127 (50% from 255) = 27.97%

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 23.35%
G = 27.97%
B = 48.68%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A7FDD (or 0x6A7FDD) is known color: Cornflower Blue. HEX triplet: 6A, 7F and DD. RGB value is (106,127,221). Sum of RGB (Red+Green+Blue) = 106+127+221=454 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.35% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A7FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7FDD is #958022. Grayscale: #838383. Windows color (decimal): -9797667 or 14516074. OLE color: 14516074.

HSL color Cylindrical-coordinate representation of color #6A7FDD: hue angle of 229.04º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A7FDD is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 127 221 -
CMYK 0.52 0.43 0 0.13
HSL 229.04º 0.63% 0.64% -
HSV(B) 229.04º 0.52% 0.87% -
XYZ 26.58 23.46 71.53 -
YUV 131.44 178.54 109.86 -
System Red Green Blue C M Y K H S L
Decimal 106 127 221 0.52 0.43 0 0.13 229.04 0.63 0.64
Hex 6A 7F DD 34 2B 0 D E5 3F 40
Octal 152 177 335 64 53 0 15 345 77 100
Binary 1101010 1111111 11011101 110100 101011 0 1101 11100101 111111 1000000

Color Harmonies of #6A7FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7FDD

Black with #6A7FDD

Text Example


Text Example

White with #6A7FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,127,221); }

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

background-color css

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

 a { background-color: rgb(106,127,221); }

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

border-color css

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

 span { border-color: rgb(106,127,221); }

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