Html Css Color HEX #C6CCF2 Periwinkle

📋 copy color: '#C6CCF2'

red 198 ◦ green 204 ◦ blue 242

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

Shades of Periwinkle #C6CCF2

Tints of Periwinkle #C6CCF2

RGB

 RED value IS 198 (77.73% from 255) = 30.75%

 GREEN value IS 204 (80.08% from 255) = 31.68%

 BLUE value IS 242 (94.92% from 255) = 37.58%

R = 30.75%
G = 31.68%
B = 37.58%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C6CCF2 (or 0xC6CCF2) is known color: Periwinkle. HEX triplet: C6, CC and F2. RGB value is (198,204,242). Sum of RGB (Red+Green+Blue) = 198+204+242=644 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.75% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #C6CCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CCF2 is #39330D. Grayscale: #CECECE. Windows color (decimal): -3748622 or 15912134. OLE color: 15912134.

HSL color Cylindrical-coordinate representation of color #C6CCF2: hue angle of 231.82º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6CCF2 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 204 242 -
CMYK 0.18 0.16 0 0.05
HSL 231.82º 0.63% 0.86% -
HSV(B) 231.82º 0.18% 0.95% -
XYZ 60.91 61.6 92.68 -
YUV 206.54 148.01 121.91 -
System Red Green Blue C M Y K H S L
Decimal 198 204 242 0.18 0.16 0 0.05 231.82 0.63 0.86
Hex C6 CC F2 12 10 0 5 E8 3F 56
Octal 306 314 362 22 20 0 5 350 77 126
Binary 11000110 11001100 11110010 10010 10000 0 101 11101000 111111 1010110

Color Harmonies of #C6CCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CCF2

Black with #C6CCF2

Text Example


Text Example

White with #C6CCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CCF2; }

 p { color: rgb(198,204,242); }

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

background-color css

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

 a { background-color: rgb(198,204,242); }

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

border-color css

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

 span { border-color: rgb(198,204,242); }

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