Html Css Color HEX #6B7CDD Cornflower Blue

📋 copy color: '#6B7CDD'

red 107 ◦ green 124 ◦ blue 221

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

Shades of Cornflower Blue #6B7CDD

Tints of Cornflower Blue #6B7CDD

RGB

 RED value IS 107 (42.19% from 255) = 23.67%

 GREEN value IS 124 (48.83% from 255) = 27.43%

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

R = 23.67%
G = 27.43%
B = 48.89%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B7CDD (or 0x6B7CDD) is known color: Cornflower Blue. HEX triplet: 6B, 7C and DD. RGB value is (107,124,221). Sum of RGB (Red+Green+Blue) = 107+124+221=452 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.67% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B7CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7CDD is #948322. Grayscale: #818181. Windows color (decimal): -9732899 or 14515307. OLE color: 14515307.

HSL color Cylindrical-coordinate representation of color #6B7CDD: hue angle of 231.05º 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 #6B7CDD is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 124 221 -
CMYK 0.52 0.44 0 0.13
HSL 231.05º 0.63% 0.64% -
HSV(B) 231.05º 0.52% 0.87% -
XYZ 26.32 22.76 71.41 -
YUV 129.98 179.37 111.61 -
System Red Green Blue C M Y K H S L
Decimal 107 124 221 0.52 0.44 0 0.13 231.05 0.63 0.64
Hex 6B 7C DD 34 2C 0 D E7 3F 40
Octal 153 174 335 64 54 0 15 347 77 100
Binary 1101011 1111100 11011101 110100 101100 0 1101 11100111 111111 1000000

Color Harmonies of #6B7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7CDD

Black with #6B7CDD

Text Example


Text Example

White with #6B7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,124,221); }

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

background-color css

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

 a { background-color: rgb(107,124,221); }

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

border-color css

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

 span { border-color: rgb(107,124,221); }

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