Html Css Color HEX #6A7FDA Cornflower Blue

📋 copy color: '#6A7FDA'

red 106 ◦ green 127 ◦ blue 218

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

Shades of Cornflower Blue #6A7FDA

Tints of Cornflower Blue #6A7FDA

RGB

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

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

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

R = 23.5%
G = 28.16%
B = 48.34%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6A7FDA (or 0x6A7FDA) is known color: Cornflower Blue. HEX triplet: 6A, 7F and DA. RGB value is (106,127,218). Sum of RGB (Red+Green+Blue) = 106+127+218=451 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.50% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A7FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7FDA is #958025. Grayscale: #828282. Windows color (decimal): -9797670 or 14319466. OLE color: 14319466.

HSL color Cylindrical-coordinate representation of color #6A7FDA: hue angle of 228.75º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A7FDA is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 127 218 -
CMYK 0.51 0.42 0 0.15
HSL 228.75º 0.6% 0.64% -
HSV(B) 228.75º 0.51% 0.85% -
XYZ 26.19 23.3 69.45 -
YUV 131.1 177.04 110.1 -
System Red Green Blue C M Y K H S L
Decimal 106 127 218 0.51 0.42 0 0.15 228.75 0.6 0.64
Hex 6A 7F DA 33 2A 0 F E5 3C 40
Octal 152 177 332 63 52 0 17 345 74 100
Binary 1101010 1111111 11011010 110011 101010 0 1111 11100101 111100 1000000

Color Harmonies of #6A7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7FDA

Black with #6A7FDA

Text Example


Text Example

White with #6A7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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