Html Css Color HEX #6F8BDD Cornflower Blue

📋 copy color: '#6F8BDD'

red 111 ◦ green 139 ◦ blue 221

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

Shades of Cornflower Blue #6F8BDD

Tints of Cornflower Blue #6F8BDD

RGB

 RED value IS 111 (43.75% from 255) = 23.57%

 GREEN value IS 139 (54.69% from 255) = 29.51%

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

R = 23.57%
G = 29.51%
B = 46.92%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F8BDD (or 0x6F8BDD) is known color: Cornflower Blue. HEX triplet: 6F, 8B and DD. RGB value is (111,139,221). Sum of RGB (Red+Green+Blue) = 111+139+221=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F8BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8BDD is #907422. Grayscale: #8B8B8B. Windows color (decimal): -9466915 or 14519151. OLE color: 14519151.

HSL color Cylindrical-coordinate representation of color #6F8BDD: hue angle of 224.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F8BDD is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 139 221 -
CMYK 0.50 0.37 0 0.13
HSL 224.73º 0.62% 0.65% -
HSV(B) 224.73º 0.5% 0.87% -
XYZ 28.84 27.07 72.11 -
YUV 139.98 173.72 107.33 -
System Red Green Blue C M Y K H S L
Decimal 111 139 221 0.50 0.37 0 0.13 224.73 0.62 0.65
Hex 6F 8B DD 32 25 0 D E1 3E 41
Octal 157 213 335 62 45 0 15 341 76 101
Binary 1101111 10001011 11011101 110010 100101 0 1101 11100001 111110 1000001

Color Harmonies of #6F8BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8BDD

Black with #6F8BDD

Text Example


Text Example

White with #6F8BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,139,221); }

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

background-color css

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

 a { background-color: rgb(111,139,221); }

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

border-color css

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

 span { border-color: rgb(111,139,221); }

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