Html Css Color HEX #6A7BDC Cornflower Blue

📋 copy color: '#6A7BDC'

red 106 ◦ green 123 ◦ blue 220

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

Shades of Cornflower Blue #6A7BDC

Tints of Cornflower Blue #6A7BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.39%

 BLUE value IS 220 (86.33% from 255) = 49%

R = 23.61%
G = 27.39%
B = 49%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A7BDC (or 0x6A7BDC) is known color: Cornflower Blue. HEX triplet: 6A, 7B and DC. RGB value is (106,123,220). Sum of RGB (Red+Green+Blue) = 106+123+220=449 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.61% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A7BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7BDC is #958423. Grayscale: #808080. Windows color (decimal): -9798692 or 14449514. OLE color: 14449514.

HSL color Cylindrical-coordinate representation of color #6A7BDC: hue angle of 231.05º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A7BDC is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 123 220 -
CMYK 0.52 0.44 0 0.14
HSL 231.05º 0.62% 0.64% -
HSV(B) 231.05º 0.52% 0.86% -
XYZ 25.95 22.4 70.67 -
YUV 128.98 179.37 111.61 -
System Red Green Blue C M Y K H S L
Decimal 106 123 220 0.52 0.44 0 0.14 231.05 0.62 0.64
Hex 6A 7B DC 34 2C 0 E E7 3E 40
Octal 152 173 334 64 54 0 16 347 76 100
Binary 1101010 1111011 11011100 110100 101100 0 1110 11100111 111110 1000000

Color Harmonies of #6A7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7BDC

Black with #6A7BDC

Text Example


Text Example

White with #6A7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,123,220); }

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

background-color css

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

 a { background-color: rgb(106,123,220); }

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

border-color css

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

 span { border-color: rgb(106,123,220); }

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